blob: 25289b062cf968eebd559655b0e696410b5d8bd8 [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "3.3.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.md"
},
"authors": {
"Yandex LLC": "appmetrica@yandex-team.com"
},
"source": {
"http": "https://storage.mds.yandex.net/get-appmetrica-mobile-sdk/175948/YandexMobileMetrica-3.3.0-ios-5cd81fc3-f157-438b-bfd2-5f73229fecbe.zip",
"sha1": "0083cb3e3da84e597cd8deb27e2e3a4efb7bb054"
},
"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"
}
]
}