blob: a638ca09116c9c0888a8de1e41ffd2322a90a267 [file] [log] [blame]
{
"name": "YandexMobileAds",
"version": "2.2.0",
"summary": "The Yandex Mobile Ads SDK provides mobile interfaces for Yandex Advertising Network",
"homepage": "https://tech.yandex.ru/mobile-ads/",
"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.2.0"
},
"source_files": "SDK/YandexMobileAds/**/*.h",
"header_mappings_dir": "SDK/YandexMobileAds",
"public_header_files": "SDK/YandexMobileAds/**/*.h",
"vendored_libraries": "SDK/libYandexMobileAds.a",
"libraries": "xml2",
"dependencies": {
"YandexMobileMetrica": [
">= 2.4.1",
"<= 2.5.0"
]
},
"frameworks": [
"CoreTelephony",
"AdSupport"
],
"weak_frameworks": "SafariServices",
"requires_arc": true
}