blob: d8411eae31ddaf0c7b206c79d230cb2bcc6b87b4 [file] [log] [blame]
{
"name": "YGAdRequestHelper",
"version": "4.0.1",
"summary": "FBAudienceNetwork和Google-Mobile-Ads-SDK的广告请求工具类",
"description": "修复了广告不可用时调用判断广告是否已就绪的方法返回结果不是我们想要的结果的错误.",
"homepage": "https://gitee.com/xuyaguang/YGAdRequestHelper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuyaguang": "xu_yaguang@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/xuyaguang/YGAdRequestHelper.git",
"tag": "4.0.1"
},
"source_files": "YGAdRequestHelper/YGAdRequestHelper/*.{h,m}",
"requires_arc": true,
"frameworks": [
"StoreKit",
"CoreMotion",
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"Foundation",
"SafariServices",
"Security",
"UIKit",
"WebKit",
"VideoToolbox"
],
"libraries": [
"c++",
"z",
"xml2"
],
"dependencies": {
"FBAudienceNetwork": [
],
"Google-Mobile-Ads-SDK": [
]
}
}