blob: d014a24dc2f82fb6e87dd846b23b7e047fb24010 [file] [log] [blame]
{
"name": "WaterfallKit",
"version": "1.0.2",
"summary": "Prioritize and waterfall requests for interstitial video ads from AdColony, AppLovin, and Admob. Achieve 100% fill rate.",
"homepage": "https://github.com/p-morris/WaterfallKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pete Morris": "pete@iosfaststart.com"
},
"social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
"swift_version": "4.2",
"platforms": {
"ios": "12"
},
"requires_arc": true,
"source": {
"git": "https://github.com/p-morris/WaterfallKit.git",
"tag": "1.0.2",
"submodules": true
},
"static_framework": true,
"subspecs": [
{
"name": "Core",
"source_files": "WaterfallKit/Core/*"
},
{
"name": "AdColony",
"source_files": "WaterfallKit/AdColony/*.swift",
"dependencies": {
"AdColony": [
"3.3.6"
],
"WaterfallKit/Core": [
]
}
},
{
"name": "AdMob",
"source_files": "WaterfallKit/AdMob/*.swift",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"7.35.2"
],
"WaterfallKit/Core": [
]
}
},
{
"name": "AppLovin",
"source_files": "WaterfallKit/AppLovin/*.swift",
"dependencies": {
"AppLovinSDK": [
"5.1.2"
],
"WaterfallKit/Core": [
]
}
}
]
}