[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / f / YGAdRequestHelper / 4.0.1 / YGAdRequestHelper.podspec.json
blobd8411eae31ddaf0c7b206c79d230cb2bcc6b87b4
2   "name": "YGAdRequestHelper",
3   "version": "4.0.1",
4   "summary": "FBAudienceNetwork和Google-Mobile-Ads-SDK的广告请求工具类",
5   "description": "修复了广告不可用时调用判断广告是否已就绪的方法返回结果不是我们想要的结果的错误.",
6   "homepage": "https://gitee.com/xuyaguang/YGAdRequestHelper.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuyaguang": "xu_yaguang@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/xuyaguang/YGAdRequestHelper.git",
19     "tag": "4.0.1"
20   },
21   "source_files": "YGAdRequestHelper/YGAdRequestHelper/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "StoreKit",
25     "CoreMotion",
26     "AdSupport",
27     "AudioToolbox",
28     "AVFoundation",
29     "CoreGraphics",
30     "CoreImage",
31     "CoreMedia",
32     "Foundation",
33     "SafariServices",
34     "Security",
35     "UIKit",
36     "WebKit",
37     "VideoToolbox"
38   ],
39   "libraries": [
40     "c++",
41     "z",
42     "xml2"
43   ],
44   "dependencies": {
45     "FBAudienceNetwork": [
47     ],
48     "Google-Mobile-Ads-SDK": [
50     ]
51   }