blob: e02f95e3d1fffc3ff8a1db0213eaa1e92faf3fe5 [file] [log] [blame]
{
"name": "YandexMobileMetricaPush",
"version": "0.5.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/48248/YandexMobileMetricaPush-0.5.0-ios-e53d133c-7449-4c0a-b71e-218bdd08dc18.zip",
"sha1": "746a4355f243bb4f564acc0bfa46c7d58f67372f"
},
"weak_frameworks": "UserNotifications",
"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"
]
}
}
]
}