blob: 9ddafe9b8f8eca190aad4e388d8a5170d6e8cac3 [file] [log] [blame]
{
"name": "YandexMobileMetricaPush",
"version": "0.7.1",
"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/128534/YandexMobileMetricaPush-0.7.1-ios-f66a77cc-28fd-4961-becb-eb5cf9480512.zip",
"sha1": "bcf4d1a1c4fd7edd46c61f3b7ae54d78d70166d7"
},
"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/Static/Core": [
"~> 3.4"
]
}
},
{
"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/Core": [
"~> 3.4"
]
}
}
]
}