blob: 31de8fc2eaa2631a8a1e1d53fcee0ce84230bd45 [file] [log] [blame]
{
"name": "YandexMapKit",
"version": "1.0.5",
"license": {
"type": "Yandex Map Kit Terms of Use",
"file": "LICENSE.txt"
},
"summary": "Yandex Map Kit for iOS.",
"homepage": "https://github.com/yandexmobile/yandexmapkit-ios",
"authors": "Yandex",
"source": {
"http": "http://m.soft.yandex.ru/download/mapkit/ios-v2/yamapkit-file.zip"
},
"description": "Static library for embedding Yandex.Maps into iOS applications.",
"platforms": {
"ios": null
},
"source_files": "Headers/*.h",
"resources": "YandexMapKit.bundle",
"frameworks": [
"AudioToolbox",
"OpenAL",
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreTelephony",
"QuartzCore",
"MessageUI",
"OpenGLES",
"Security",
"SystemConfiguration"
],
"libraries": "YandexMapKit",
"preserve_paths": "libYandexMapKit.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMapKit\""
},
"requires_arc": false
}