blob: 26edbfb2f02b4f053b6495804af3ff283e33d64b [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "2.8.3",
"summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex AppMetrica",
"homepage": "http://appmetrica.yandex.com/",
"license": {
"type": "PROPRIETARY",
"file": "LICENSE.txt"
},
"authors": {
"Yandex LLC": "appmetrica@yandex-team.com"
},
"source": {
"http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/128534/YandexMobileMetrica-2.8.3-ios-1a1760d0-385c-4f21-a1c5-802d63ee340f.zip",
"sha1": "c1d81d2c9059fb505c519a9ccd001c3c8d7c13d7"
},
"libraries": [
"c++",
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"AdSupport"
],
"requires_arc": true,
"default_subspecs": "Static",
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Static",
"platforms": {
"ios": "6.0"
},
"preserve_paths": "static/YandexMobileMetrica.framework",
"source_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
"public_header_files": "static/YandexMobileMetrica.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "static/YandexMobileMetrica.framework"
},
{
"name": "Dynamic",
"platforms": {
"ios": "8.0"
},
"preserve_paths": "dynamic/YandexMobileMetrica.framework",
"source_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
"public_header_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
"vendored_frameworks": "dynamic/YandexMobileMetrica.framework"
}
]
}