Files
JBChartView/YandexMapKit/0.0.1/YandexMapKit.podspec
T
2012-06-27 15:40:08 +02:00

18 lines
923 B
Ruby

Pod::Spec.new do |s|
s.name = 'YandexMapKit'
s.version = '0.0.1'
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', 'QuartzCore', 'MessageUI', 'OpenGLES', 'Security', 'SystemConfiguration'
s.libraries = 'sqlite3', 'stdc++', 'xml2', 'YandexMapKit', 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(SDKROOT)/usr/include/libxml2"',
'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/YandexMapKit/YandexMapKit"' }
end