blob: 847d7a6b4506958810dec7726d1967738cff158b [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "1.8.5",
"summary": "This library is designed to be a part of mobile apps and provide app usage stats to Yandex.Metrica",
"homepage": "http://appmetrica.yandex.com/",
"license": {
"type": "PROPRIETARY",
"file": "LICENSE.txt"
},
"authors": {
"Andrey Shender": "ashender@yandex-team.ru",
"Yury Vasileuski": "vasileuski@yandex-team.ru",
"Kanstantsin Charnukha": "xardas@yandex-team.ru"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yandexmobile/metrica-sdk-ios.git",
"tag": "1.8.5"
},
"source_files": "YandexMobileMetrica/**/*.h",
"header_mappings_dir": "YandexMobileMetrica",
"public_header_files": "YandexMobileMetrica/**/*.h",
"vendored_libraries": "libYandexMobileMetrica.a",
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"KSCrash/Recording": [
"~>0.0.3"
],
"KSCrash/Reporting/Filters/AppleFmt": [
"~>0.0.3"
],
"FMDB": [
"~> 2.2"
],
"protobuf-c": [
"~> 1.0.1"
]
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"AdSupport"
],
"requires_arc": true
}