[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / e / 1 / YandexMobileMetrica / 3.4.0 / YandexMobileMetrica.podspec.json
blob5fca83b221d4fea33ace8bd7754429cc5c84a084
2   "name": "YandexMobileMetrica",
3   "version": "3.4.0",
4   "summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex AppMetrica",
5   "homepage": "http://appmetrica.yandex.com/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Yandex LLC": "appmetrica@yandex-team.com"
12   },
13   "source": {
14     "http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.4.0-ios-73e951f2-134a-46a4-953a-7054bf97d1fb.zip",
15     "sha1": "4af036c7aca64dd6a07143b91ed3ca0b6a9f74f9"
16   },
17   "libraries": [
18     "c++",
19     "z",
20     "sqlite3"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreTelephony",
26     "CoreLocation",
27     "CoreGraphics",
28     "AdSupport",
29     "SystemConfiguration"
30   ],
31   "requires_arc": true,
32   "default_subspecs": "Static",
33   "platforms": {
34     "ios": "8.0"
35   },
36   "subspecs": [
37     {
38       "name": "Static",
39       "subspecs": [
40         {
41           "name": "Core",
42           "preserve_paths": "static/YandexMobileMetrica.framework",
43           "vendored_frameworks": "static/YandexMobileMetrica.framework",
44           "source_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
45           "public_header_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h"
46         },
47         {
48           "name": "Crashes",
49           "dependencies": {
50             "YandexMobileMetrica/Static/Core": [
52             ]
53           },
54           "preserve_paths": "static/YandexMobileMetricaCrashes.framework",
55           "vendored_frameworks": "static/YandexMobileMetricaCrashes.framework"
56         }
57       ]
58     },
59     {
60       "name": "Dynamic",
61       "subspecs": [
62         {
63           "name": "Core",
64           "preserve_paths": "dynamic/YandexMobileMetrica.framework",
65           "vendored_frameworks": "dynamic/YandexMobileMetrica.framework",
66           "source_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
67           "public_header_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h"
68         },
69         {
70           "name": "Crashes",
71           "dependencies": {
72             "YandexMobileMetrica/Dynamic/Core": [
74             ]
75           },
76           "preserve_paths": "dynamic/YandexMobileMetricaCrashes.framework",
77           "vendored_frameworks": "dynamic/YandexMobileMetricaCrashes.framework",
78           "source_files": "dynamic/YandexMobileMetricaCrashes.framework/Headers/*.h",
79           "public_header_files": "dynamic/YandexMobileMetricaCrashes.framework/Headers/*.h"
80         }
81       ]
82     }
83   ]