blob: 1e8ebc971ecc083a601b992ee75754d80d162812 [file] [log] [blame]
{
"name": "YandexMobileMetricaPush",
"version": "0.8.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.8.0-ios-076122fd-824a-4ccf-8006-7c61145d8475.zip",
"sha1": "838762bcb14158bc187f1b7e04f482016d8f6a7f"
},
"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"
]
}
}
]
}