blob: 2254feb3fbc0f694bc4f500c5e95616dd1f3865a [file] [log] [blame]
{
"name": "YouboraIMAAdapter",
"version": "6.5.3",
"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",
"tvos": "9.1"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"4.3",
"5.0",
"5.1"
],
"source": {
"git": "https://bitbucket.org/npaw/ima-adapter-ios.git",
"tag": "6.5.3"
},
"source_files": "YouboraIMAAdapter/**/*.{h,m,swift}",
"public_header_files": "YouboraIMAAdapter/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAIMAADAPTER_VERSION=6.5.3"
},
"dependencies": {
"YouboraLib": [
"~> 6.5.0"
]
},
"ios": {
"dependencies": {
"GoogleAds-IMA-iOS-SDK": [
"~> 3.6"
]
}
},
"tvos": {
"dependencies": {
"GoogleAds-IMA-tvOS-SDK": [
"~> 4.2"
]
}
},
"swift_version": "5.1"
}