blob: 806e8a6ea1623e4b65c588f769a0344099ce8320 [file] [log] [blame]
{
"name": "MoPubClient",
"version": "1.17.0.0",
"license": {
"type": "New BSD"
},
"platforms": {
"ios": null
},
"summary": "Client SDK for MoPub.",
"homepage": "http://www.mopub.com",
"authors": {
"MoPub": "http://www.mopub.com"
},
"source": {
"git": "https://github.com/mopub/mopub-ios-sdk.git",
"tag": "1.17.0.0"
},
"requires_arc": false,
"preserve_paths": "AdNetworkSupport",
"frameworks": [
"UIKit",
"Foundation",
"StoreKit",
"CoreLocation",
"MediaPlayer"
],
"default_subspecs": [
"Classes"
],
"dependencies": {
"TouchJSON": [
]
},
"subspecs": [
{
"name": "iAdAdapter",
"source_files": "AdNetworkSupport/iAd/*.*"
},
{
"name": "AdMobAdapter",
"source_files": "AdNetworkSupport/GoogleAdMob/*.*"
},
{
"name": "MillenialAdapter",
"source_files": "AdNetworkSupport/Millennial/*.*"
},
{
"name": "ChartboostAdapter",
"source_files": "AdNetworkSupport/Chartboost/*.*"
},
{
"name": "GreystripeAdapter",
"source_files": "AdNetworkSupport/Greystripe/*.*"
},
{
"name": "InMobiAdapter",
"source_files": "AdNetworkSupport/InMobi/*.*"
},
{
"name": "Vungle",
"source_files": "AdNetworkSupport/Vungle/*.*"
},
{
"name": "AdColony",
"source_files": "AdNetworkSupport/AdColony/*.*"
},
{
"name": "Classes",
"source_files": "MoPubSDK/**/*.{h,m}",
"resources": "MoPubSDK/**/*.{png,bundle,xib,nib}"
}
]
}