blob: 2329fa6bcea871d7f92fd358593ca476c7aac62c [file] [log] [blame]
{
"name": "WaterfallKit",
"version": "1.0.1",
"summary": "A simple library for loading prioritising video adverts from multiple ad networks, ensuring maximum 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.1",
"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": [
]
}
}
]
}