[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 5 / 4 / YandexMobileMetricaPush / 0.4.0 / YandexMobileMetricaPush.podspec.json
blob1985492cb79d8f9338d571a0cfdf354a30e8e378
2   "name": "YandexMobileMetricaPush",
3   "version": "0.4.0",
4   "summary": "Yandex AppMetrica Push Notifications SDK",
5   "homepage": "http://appmetrica.yandex.com/",
6   "license": {
7     "type": "PROPRIETARY",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Yandex LLC": "appmetrica@yandex-team.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaPush-0.4.0-ios-9800b76d-af31-4df9-b551-e5c443aadb0e.zip",
18     "sha1": "cf1d03486f01c0ca295661932ed3272721137e7b"
19   },
20   "default_subspecs": "Static",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Static",
25       "platforms": {
26         "ios": "7.0"
27       },
28       "preserve_paths": "static/YandexMobileMetricaPush.framework",
29       "source_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
30       "public_header_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
31       "vendored_frameworks": "static/YandexMobileMetricaPush.framework",
32       "dependencies": {
33         "YandexMobileMetrica": [
34           ">= 2.6.2",
35           "< 3.0.0"
36         ]
37       }
38     },
39     {
40       "name": "Dynamic",
41       "platforms": {
42         "ios": "8.0"
43       },
44       "preserve_paths": "dynamic/YandexMobileMetricaPush.framework",
45       "source_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
46       "public_header_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
47       "vendored_frameworks": "dynamic/YandexMobileMetricaPush.framework",
48       "dependencies": {
49         "YandexMobileMetrica/Dynamic": [
50           ">= 2.6.2",
51           "< 3.0.0"
52         ]
53       }
54     }
55   ]