blob: 6059821247ca855d924cfaede93ed60e72565766 [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "3.0.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.md"
},
"authors": {
"Yandex LLC": "appmetrica@yandex-team.com"
},
"source": {
"http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.0.1-ios-d9ec7460-eb93-4258-8d20-d428b0c198be.zip",
"sha1": "4cee16553005de4a41e7bb2c4d20956bc6182e53"
},
"libraries": [
"c++",
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"AdSupport"
],
"requires_arc": true,
"default_subspecs": "Static",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Static",
"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",
"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"
}
]
}