[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 1.6.2 / YandexMobileMetrica.podspec.json
blobf2b910fd4349b851a552f9570160d41a67daf11d
2   "name": "YandexMobileMetrica",
3   "version": "1.6.2",
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     "Andrey Shender": "ashender@yandex-team.ru",
12     "Yury Vasileuski": "vasileuski@yandex-team.ru",
13     "Kanstantsin Charnukha": "xardas@yandex-team.ru"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/yandexmobile/metrica-sdk-ios.git",
20     "tag": "1.6.2"
21   },
22   "source_files": "YandexMobileMetrica/**/*.h",
23   "header_mappings_dir": "YandexMobileMetrica",
24   "public_header_files": "**/*.h",
25   "preserve_paths": "libYandexMobileMetrica.a",
26   "libraries": [
27     "YandexMobileMetrica",
28     "z",
29     "sqlite3"
30   ],
31   "xcconfig": {
32     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/YandexMobileMetrica/\"",
33     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers\""
34   },
35   "dependencies": {
36     "KSCrash/Recording": [
37       "~>0.0.3"
38     ],
39     "KSCrash/Reporting/Filters/AppleFmt": [
40       "~>0.0.3"
41     ],
42     "FMDB": [
43       "2.2.0"
44     ],
45     "protobuf-c": [
46       "0.15"
47     ]
48   },
49   "frameworks": [
50     "SystemConfiguration",
51     "UIKit",
52     "Foundation",
53     "CoreTelephony",
54     "CoreLocation",
55     "CoreGraphics",
56     "Security",
57     "AdSupport"
58   ],
59   "requires_arc": true