blob: 2b019c1290bd8b46625b15eb8b73146417bfc5ea [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "2.6.1",
"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/50347/YandexMobileMetrica-2.6.1-ios-64364d26-6106-4105-9f79-d18478e6e3b8.zip",
"sha1": "57cead66ae32aac12a4b357037196a89709869be"
},
"libraries": [
"c++",
"z",
"sqlite3"
],
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"AdSupport"
],
"weak_frameworks": "SafariServices",
"requires_arc": true,
"default_subspecs": "Static",
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Static",
"platforms": {
"ios": "6.0"
},
"preserve_paths": "static/YandexMobileMetrica.framework",
"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",
"public_header_files": "dynamic/YandexMobileMetrica.framework/Headers/*.h",
"vendored_frameworks": "dynamic/YandexMobileMetrica.framework"
}
]
}