blob: 637355b7e458b4434ec1d51095dec32ba43cad66 [file] [log] [blame]
{
"name": "GBAds",
"version": "1.0.2",
"summary": "Abstracts away different interstitial ad network implementations and implements simple mediation logic for maximising fill rates.",
"homepage": "https://github.com/lmirosevic/GBAds",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBAds.git",
"tag": "1.0.2"
},
"source_files": [
"GBAds/GBAds.{h,m}",
"GBAds/GBAdsNetworks.h"
],
"public_header_files": [
"GBAds/GBAds.h",
"GBAds/GBAdsNetworks.h"
],
"requires_arc": true,
"dependencies": {
"ChartboostSDK": [
"~> 5.0"
],
"TapjoySDK": [
"~> 10.1"
],
"RevMob-Goonbee": [
"~> 8.0"
],
"GBVersionTracking": [
"~> 1.2"
],
"GBAnalytics": [
"~> 2.6"
],
"GBToolbox": [
]
}
}