[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 8 / 0 / NLAdSDK / 0.1.2 / NLAdSDK.podspec.json
blob8b48fbcf65aaa8d7964a0755e8f8483e0fae4dfe
2   "name": "NLAdSDK",
3   "version": "0.1.2",
4   "summary": "聚合广告SDK",
5   "description": "NLAdSDK 是一个聚合广告SDK\n* 支持Google原生和激励广告\n* 支持Facebook原生和激励广告",
6   "static_framework": true,
7   "homepage": "https://github.com/kekiki/NLAdSDK",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kekiki": "kekiki@126.com"
14   },
15   "source": {
16     "git": "https://github.com/kekiki/NLAdSDK.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NLAdSDK/Classes/**/*",
23   "public_header_files": "NLAdSDK/Classes/AdManager/*.h",
24   "private_header_files": [
25     "NLAdSDK/Classes/AdPlatform/*.h",
26     "NLAdSDK/Classes/Vender/*.h"
27   ],
28   "requires_arc": true,
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "CoreGraphics"
33   ],
34   "dependencies": {
35     "SDWebImage": [
37     ],
38     "YYCategories": [
40     ],
41     "Google-Mobile-Ads-SDK": [
42       "7.62.0"
43     ],
44     "GoogleMobileAdsMediationFacebook": [
45       "~> 5.10"
46     ],
47     "VungleSDK-iOS": [
48       "6.8.0"
49     ],
50     "AppLovinSDK": [
51       "6.14.3"
52     ],
53     "ChartboostSDK": [
54       "8.3.1"
55     ],
56     "Bytedance-UnionAD": [
57       "~> 3.2.6.2"
58     ]
59   }