blob: b1f5c858604edea81d14fa720a1392a0e5156ebe [file] [log] [blame]
{
"name": "AdHubSDKPod",
"version": "0.5.0",
"summary": "AdHubSDK 广告平台, 用于请求广告的iOS SDK pod version",
"description": "支持开屏, banner, 原生, 激励, 插屏, 自定义类型广告请求\n1. 修复原生广告点击跳转后内存不能释放的问题\n2. ua修复\n3. 修改高级API问题\n4. 修改开屏广告点击问题\n5. 修改iOS7.0模式下 HTML格式不能加载问题\n6. 添加原生广告点击时坐标获取\n7. pod create framework with example\n8. fix User-Agent",
"homepage": "https://github.com/songMW/AdHubSDKPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songMW": "songshoubing7664@163.com"
},
"source": {
"git": "https://github.com/songMW/AdHubSDKPod.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "AdHubSDKPod/Classes/*.framework",
"resources": "AdHubSDKPod/Classes/*.bundle",
"frameworks": [
"UIKit",
"Twitter",
"MobileCoreServices",
"Security",
"QuartzCore",
"SystemConfiguration",
"JavaScriptCore",
"WebKit",
"CoreMedia",
"CoreTelephony",
"CoreLocation",
"CoreMotion",
"AdSupport",
"CFNetwork",
"MessageUI",
"AVFoundation",
"SafariServices",
"StoreKit",
"CoreGraphics"
]
}