[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 4 / YandexMobileMetricaPush / 0.6.0 / YandexMobileMetricaPush.podspec.json
blobf69b846d057b7a7544aeaab1d786e4fe719cfb88
2   "name": "YandexMobileMetricaPush",
3   "version": "0.6.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": "8.0"
15   },
16   "source": {
17     "http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaPush-0.6.0-ios-1630b840-b7b4-4069-a6fa-c95ccc12ff58.zip",
18     "sha1": "92e74eeb6352cc5a98145dc7e1dc3012eb28f95e"
19   },
20   "weak_frameworks": "UserNotifications",
21   "default_subspecs": "Static",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Static",
26       "preserve_paths": "static/YandexMobileMetricaPush.framework",
27       "source_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
28       "public_header_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
29       "vendored_frameworks": "static/YandexMobileMetricaPush.framework",
30       "dependencies": {
31         "YandexMobileMetrica": [
32           "~> 3.0"
33         ]
34       }
35     },
36     {
37       "name": "Dynamic",
38       "preserve_paths": "dynamic/YandexMobileMetricaPush.framework",
39       "source_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
40       "public_header_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
41       "vendored_frameworks": "dynamic/YandexMobileMetricaPush.framework",
42       "dependencies": {
43         "YandexMobileMetrica/Dynamic": [
44           "~> 3.0"
45         ]
46       }
47     }
48   ]