[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 1.0.1 / YandexMobileMetrica.podspec.json
blobe2439ce16944ea8d2a0bff4414f55bbdbbd287f6
2   "name": "YandexMobileMetrica",
3   "version": "1.0.1",
4   "summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex.Metrica",
5   "homepage": "http://appmetrica.yandex.com/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Yury Vasileuski": "vasileuski@yandex-team.ru",
12     "Andrey Subbotin": "eploko@yandex-team.ru"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/yandexmobile/metrica-sdk-ios.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "YandexMobileMetrica/*.h",
22   "header_mappings_dir": "YandexMobileMetrica",
23   "public_header_files": "**/*.h",
24   "preserve_paths": "libYandexMobileMetrica.a",
25   "libraries": [
26     "YandexMobileMetrica",
27     "z",
28     "sqlite3"
29   ],
30   "xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMobileMetrica/\"",
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers\""
33   },
34   "dependencies": {
35     "KSCrash": [
36       "~>0.0.1"
37     ],
38     "ProtobufObjC": [
39       "~>0.0.1"
40     ]
41   },
42   "frameworks": [
43     "SystemConfiguration",
44     "UIKit",
45     "Foundation",
46     "CoreTelephony",
47     "CoreLocation",
48     "CoreGraphics"
49   ],
50   "weak_frameworks": "AdSupport",
51   "requires_arc": true