blob: c4fdc3d4c1393858d467b1dba332a2c5375687c9 [file] [log] [blame]
{
"name": "mopub_sdk",
"version": "4.15.0",
"summary": "The Official MoPub Client SDK allows developers to easily monetize their apps by showing banner, interstitial, and native ads.",
"homepage": "https://github.com/mopub/mopub-ios-sdk",
"license": "MIT",
"authors": {
"MoPub": "support@mopub.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.coding.net/wizardfan/mopub_sdk.git",
"tag": "4.15.0"
},
"default_subspecs": "MoPubSDK",
"subspecs": [
{
"name": "MoPubSDK",
"source_files": "MoPubSDK/**/*.{h,m}",
"resources": "MoPubSDK/**/*.{png,bundle,xib,nib,html}",
"requires_arc": true,
"frameworks": [
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreTelephony",
"Foundation",
"MediaPlayer",
"QuartzCore",
"SystemConfiguration",
"UIKit",
"SafariServices"
],
"weak_frameworks": [
"AdSupport",
"StoreKit",
"WebKit"
]
}
]
}