blob: 38085c38104577a63acf4b65b67c7ff4c732a9cb [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "2.7.0",
"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/48248/YandexMobileMetrica-2.7.0-ios-7058b11a-d987-4519-8c64-028c75b67eab.zip",
"sha1": "cd9fbc13de8332d859dfb562fd4fa1cfc62e3b97"
},
"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",
"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"
}
]
}