Skip to content

Commit

Permalink
[Update] YandexMapKit (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsgn committed Sep 17, 2012
1 parent 13f0ad7 commit 53630b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions YandexMapKit/1.0.2/YandexMapKit.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'YandexMapKit'
s.version = '1.0.2'
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

0 comments on commit 53630b7

Please sign in to comment.