AS

Size: a a a
AS
AS
D
AS
V
V
AS
AS
ЩК
s.dependency 'YandexMapKit', '3.5.0'
ЩК
pod install
Analyzing dependencies
Downloading dependencies
Installing YandexMapKit (3.5.0)
Installing YandexRuntime (3.5.0)
Installing test_dependesies 0.0.1
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/kostya/Documents/deletedProject/test_dependesies/example/ios/Pods/YandexMapKit/YandexMapKit.framework)
ЩК
Pod::Spec.new do |s|
s.name = 'test_dependesies'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'YandexMapKit', '3.5.0'
s.platform = :ios, '8.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end
DP
Pod::Spec.new do |s|
s.name = 'test_dependesies'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'YandexMapKit', '3.5.0'
s.platform = :ios, '8.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end
ИМ
ИМ
ЩК
ЩК
ИМ
АК
V
M