[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 4 / YandexMapKit / 1.0.6 / YandexMapKit.podspec.json
blob1b19083078cc862710c414a3283d844dc441f658
2   "name": "YandexMapKit",
3   "version": "1.0.6",
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-v3/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": "YandexMapKit.bundle",
20   "frameworks": [
21     "AudioToolbox",
22     "OpenAL",
23     "AVFoundation",
24     "CoreData",
25     "CoreLocation",
26     "CoreTelephony",
27     "QuartzCore",
28     "MessageUI",
29     "OpenGLES",
30     "Security",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "sqlite3",
35     "stdc++.6",
36     "xml2",
37     "z",
38     "YandexMapKit"
39   ],
40   "preserve_paths": "libYandexMapKit.a",
41   "requires_arc": true,
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\"",
44     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMapKit\""
45   }