[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 2.0.0 / YandexMobileMetrica.podspec.json
blob19cfcc88ac3b3fbcd6b11ba26d8756ea088e6c31
2   "name": "YandexMobileMetrica",
3   "version": "2.0.0",
4   "summary": "This library is designed to be a part of mobile apps and provide app usage stats to AppMetrica",
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": "2.0.0"
21   },
22   "source_files": "YandexMobileMetrica/**/*.h",
23   "header_mappings_dir": "YandexMobileMetrica",
24   "public_header_files": "YandexMobileMetrica/**/*.h",
25   "vendored_libraries": "libYandexMobileMetrica.a",
26   "libraries": [
27     "z",
28     "sqlite3"
29   ],
30   "dependencies": {
31     "KSCrash/Recording": [
32       "~>0.0.4"
33     ],
34     "KSCrash/Reporting/Filters/AppleFmt": [
35       "~>0.0.4"
36     ],
37     "FMDB": [
38       "~> 2.2"
39     ],
40     "protobuf-c": [
41       "~> 1.0.1"
42     ]
43   },
44   "frameworks": [
45     "SystemConfiguration",
46     "UIKit",
47     "Foundation",
48     "CoreTelephony",
49     "CoreLocation",
50     "CoreGraphics",
51     "AdSupport"
52   ],
53   "requires_arc": true