blob: 1985492cb79d8f9338d571a0cfdf354a30e8e378 [file] [log] [blame]
{
"name": "YandexMobileMetricaPush",
"version": "0.4.0",
"summary": "Yandex AppMetrica Push Notifications SDK",
"homepage": "http://appmetrica.yandex.com/",
"license": {
"type": "PROPRIETARY",
"file": "LICENSE.txt"
},
"authors": {
"Yandex LLC": "appmetrica@yandex-team.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/117488/YandexMobileMetricaPush-0.4.0-ios-9800b76d-af31-4df9-b551-e5c443aadb0e.zip",
"sha1": "cf1d03486f01c0ca295661932ed3272721137e7b"
},
"default_subspecs": "Static",
"requires_arc": true,
"subspecs": [
{
"name": "Static",
"platforms": {
"ios": "7.0"
},
"preserve_paths": "static/YandexMobileMetricaPush.framework",
"source_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
"public_header_files": "static/YandexMobileMetricaPush.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "static/YandexMobileMetricaPush.framework",
"dependencies": {
"YandexMobileMetrica": [
">= 2.6.2",
"< 3.0.0"
]
}
},
{
"name": "Dynamic",
"platforms": {
"ios": "8.0"
},
"preserve_paths": "dynamic/YandexMobileMetricaPush.framework",
"source_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
"public_header_files": "dynamic/YandexMobileMetricaPush.framework/Headers/*.h",
"vendored_frameworks": "dynamic/YandexMobileMetricaPush.framework",
"dependencies": {
"YandexMobileMetrica/Dynamic": [
">= 2.6.2",
"< 3.0.0"
]
}
}
]
}