[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 5 / 4 / YandexMobileMetricaPush / 0.5.1 / YandexMobileMetricaPush.podspec.json
blob68e1f6f1b669250db96321b302607980313d9230
2   "name": "YandexMobileMetricaPush",
3   "version": "0.5.1",
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.5.1-ios-acb81a52-6f82-486c-97f1-79c6ee030f81.zip",
18     "sha1": "70fe17a1f5fc135662a68cab500add286cc3ba37"
19   },
20   "weak_frameworks": "UserNotifications",
21   "default_subspecs": "Static",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Static",
26       "platforms": {
27         "ios": "7.0"
28       },
29       "preserve_paths": "static/YandexMobileMetricaPush.framework",
30       "source_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
31       "public_header_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
32       "vendored_frameworks": "static/YandexMobileMetricaPush.framework",
33       "dependencies": {
34         "YandexMobileMetrica": [
35           ">= 2.6.2",
36           "< 3.0.0"
37         ]
38       }
39     },
40     {
41       "name": "Dynamic",
42       "platforms": {
43         "ios": "8.0"
44       },
45       "preserve_paths": "dynamic/YandexMobileMetricaPush.framework",
46       "source_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
47       "public_header_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
48       "vendored_frameworks": "dynamic/YandexMobileMetricaPush.framework",
49       "dependencies": {
50         "YandexMobileMetrica/Dynamic": [
51           ">= 2.6.2",
52           "< 3.0.0"
53         ]
54       }
55     }
56   ]