[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 4 / YandexMobileMetricaPush / 0.7.2 / YandexMobileMetricaPush.podspec.json
blob77aa2d2c8d26ff9b0754f78ebc4302df1b142adf
2   "name": "YandexMobileMetricaPush",
3   "version": "0.7.2",
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.7.2-ios-c995c336-b8ef-4127-8582-95d104fa6aa3.zip",
18     "sha1": "79b332d73c8961c365eb4da681299860f44dff5a"
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/Static/Core": [
32           "~> 3.4"
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/Core": [
44           "~> 3.4"
45         ]
46       }
47     }
48   ]