blob: b488345580ce506c4bfa0acc05f2f63b43fc1849 [file] [log] [blame]
{
"name": "YandexMobileMetrica",
"version": "2.4.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": {
"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": "2.4.0"
},
"preserve_paths": "YandexMobileMetrica.framework",
"public_header_files": "YandexMobileMetrica.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "YandexMobileMetrica.framework",
"libraries": [
"c++",
"z",
"sqlite3"
],
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"AdSupport"
],
"weak_frameworks": "SafariServices",
"requires_arc": true
}