[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 4 / YandexMapKit / 1.0.7 / YandexMapKit.podspec.json
blobf5d8eb73eccc937f1bda5ff0862b86d9a99d837b
2   "name": "YandexMapKit",
3   "version": "1.0.7",
4   "license": {
5     "type": "Yandex Map Kit Terms of Use",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Yandex Map Kit for iOS.",
9   "homepage": "https://github.com/yandexmobile/yandexmapkit-ios",
10   "authors": "Yandex",
11   "source": {
12     "http": "http://m.soft.yandex.ru/download/mapkit/ios-v4/yamapkit-file.zip"
13   },
14   "description": "Static library for embedding Yandex.Maps into iOS applications.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "Headers/*.h",
19   "resources": [
20     "YandexMapKit.bundle",
21     "YandexMapKit_iOS7.bundle"
22   ],
23   "frameworks": [
24     "AudioToolbox",
25     "OpenAL",
26     "AVFoundation",
27     "CoreData",
28     "CoreLocation",
29     "CoreTelephony",
30     "QuartzCore",
31     "MessageUI",
32     "OpenGLES",
33     "Security",
34     "SystemConfiguration"
35   ],
36   "libraries": [
37     "sqlite3",
38     "stdc++.6",
39     "xml2",
40     "z",
41     "YandexMapKit"
42   ],
43   "preserve_paths": "libYandexMapKit.a",
44   "requires_arc": false,
45   "xcconfig": {
46     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"",
47     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMapKit\""
48   }