Pod::Spec.new do |s| s.name = 'YandexMapKit' s.version = '1.0.3' s.license = 'http://legal.yandex.ru/mapkit/' s.summary = 'Yandex Map Kit for iOS.' s.homepage = 'https://github.com/yandexmobile/yandexmapkit-ios' s.author = 'Yandex' s.source = { :http => 'https://github.com/downloads/yandexmobile/yandexmapkit-ios/YandexMapKit.zip' } s.description = 'Static library for embedding Yandex.Maps into iOS applications.' s.platform = :ios s.source_files = '**/Headers/*.h' s.resource = '**/YandexMapKit.bundle' s.frameworks = 'AVFoundation', 'CoreData', 'CoreLocation', 'CoreTelephony', 'QuartzCore', 'MessageUI', 'OpenGLES', 'Security', 'SystemConfiguration' s.libraries = 'sqlite3', 'stdc++', 'xml2', 'YandexMapKit', 'z' s.preserve_paths = '**/libYandexMapKit.a' s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(SDKROOT)/usr/include/libxml2"', 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/YandexMapKit/YandexMapKit"' } end