blob: b4b6ef6b7302ae20cb737b8f911198416365ae63 [file] [log] [blame]
{
"name": "YouboraIMAAdapter",
"version": "6.0.2",
"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": "8.0"
},
"source": {
"git": "https://bitbucket.org/npaw/ima-adapter-ios.git",
"tag": "6.0.2"
},
"source_files": "YouboraIMAAdapter/**/*.{h,m}",
"public_header_files": "YouboraIMAAdapter/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.0.2"
},
"dependencies": {
"YouboraLib": [
"~> 6.0.2"
],
"GoogleAds-IMA-iOS-SDK": [
"~> 3.6"
]
}
}