blob: 3cf44dc3d3f7cbf0064f5d82e715c7b82f8d11ca [file] [log] [blame]
{
"name": "YandexMobileMetricaPush",
"version": "0.7.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": "8.0"
},
"source": {
"http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/50347/YandexMobileMetricaPush-0.7.0-ios-d4c21d78-f9ae-4804-90b5-011dd892c25d.zip",
"sha1": "1a2cd63f488cd94182d7c3c86342209cd7773c26"
},
"weak_frameworks": "UserNotifications",
"default_subspecs": "Static",
"requires_arc": true,
"subspecs": [
{
"name": "Static",
"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": [
"~> 3.0"
]
}
},
{
"name": "Dynamic",
"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": [
"~> 3.0"
]
}
}
]
}