blob: a7cf8c8948e3a93b0bd9642f9f83321e9b4b5686 [file] [log] [blame]
{
"name": "YandexMapKit",
"version": "1.0.4",
"license": "http://legal.yandex.ru/mapkit/",
"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-v1/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": [
"sqlite3",
"stdc++",
"xml2",
"YandexMapKit",
"z"
],
"preserve_paths": "libYandexMapKit.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"",
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/YandexMapKit\""
},
"requires_arc": false
}