blob: 1211984b199c58a7eaf995e98b9bc6c7c8023f7c [file] [log] [blame]
{
"name": "YouboraIMAAdapter",
"version": "6.5.0",
"summary": "Library required to track IMA Ads on Youbora",
"description": "<<-DESC\n YouboraIMAAdaoter is a library created by Nice People at Work.\n DESC",
"homepage": "http://developer.nicepeopleatwork.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nice People at Work": "support@nicepeopleatwork.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://bitbucket.org/npaw/ima-adapter-ios.git",
"tag": "6.5.0"
},
"source_files": "YouboraIMAAdapter/**/*.{h,m}",
"public_header_files": "YouboraIMAAdapter/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.5.0"
},
"dependencies": {
"YouboraLib": [
"~> 6.5.0"
],
"GoogleAds-IMA-iOS-SDK": [
"~> 3.6"
]
}
}