blob: 0277e64d87553493c10797c47cabe86db39f6989 [file] [log] [blame]
{
"name": "YandexMobileAds",
"version": "2.0.0-beta1",
"summary": "The Yandex Mobile Ads SDK provides mobile interfaces for Yandex Advertising Network",
"homepage": "https://partner.yandex.ru/",
"license": {
"type": "PROPRIETARY",
"file": "LICENSE.txt"
},
"authors": {
"Andrey Shender": "ashender@yandex-team.ru",
"Kanstantsin Charnukha": "xardas@yandex-team.ru"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yandexmobile/yandex-ads-sdk-ios.git",
"tag": "2.0.0-beta1"
},
"source_files": "YandexMobileAds/**/*.h",
"header_mappings_dir": "YandexMobileAds",
"public_header_files": "YandexMobileAds/**/*.h",
"vendored_libraries": "libYandexMobileAds.a",
"libraries": "xml2",
"dependencies": {
"YandexMobileMetrica": [
">= 2.0.0",
"<= 2.1.1"
]
},
"frameworks": [
"CoreTelephony",
"AdSupport"
],
"weak_frameworks": "SafariServices",
"requires_arc": true
}