[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / 0 / CXHAdSDK / 1.0.2 / CXHAdSDK.podspec.json
blob92890b35513c9618bdb7a5d72f1a349b701994c5
2   "name": "CXHAdSDK",
3   "version": "1.0.2",
4   "summary": "A short description of CXHAdSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/huazi-rongchuang/cxhadsdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "华资融创": "10675175+huazi-rongchuang@user.noreply.gitee.com"
13   },
14   "source": {
15     "git": "https://gitee.com/huazi-rongchuang/cxhadsdk.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "static_framework": true,
24   "dependencies": {
25     "CXHAdSDK-Kit": [
26       "1.0.0"
27     ],
28     "CXHAdSDK-Adapter": [
29       "1.0.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC",
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC"
38   },
39   "default_subspecs": "Core",
40   "subspecs": [
41     {
42       "name": "Core",
43       "ios": {
44         "vendored_frameworks": [
45           "CXHAdSDK/Classes/Core/CXHAdSDK-Core.framework"
46         ]
47       }
48     },
49     {
50       "name": "Channel",
51       "dependencies": {
52         "CXHAdSDK/Core": [
54         ]
55       },
56       "frameworks": "CoreMotion",
57       "ios": {
58         "vendored_frameworks": [
59           "CXHAdSDK/Classes/Channel/CXHAdSDK-Channel.framework"
60         ]
61       }
62     },
63     {
64       "name": "GDT",
65       "dependencies": {
66         "CXHAdSDK/Core": [
68         ],
69         "GDTMobSDK": [
70           "4.13.63"
71         ]
72       },
73       "ios": {
74         "vendored_frameworks": [
75           "CXHAdSDK/Classes/GDT/CXHAdSDK-GDT.framework"
76         ]
77       }
78     },
79     {
80       "name": "BWT",
81       "dependencies": {
82         "CXHAdSDK/Core": [
84         ]
85       },
86       "ios": {
87         "vendored_frameworks": [
88           "CXHAdSDK/Classes/BWT/CXHAdSDK-BWT.framework"
89         ]
90       }
91     },
92     {
93       "name": "RC",
94       "dependencies": {
95         "CXHAdSDK/Core": [
97         ]
98       },
99       "ios": {
100         "vendored_frameworks": [
101           "CXHAdSDK/Classes/RC/CXHAdSDK-RC.framework"
102         ]
103       }
104     }
105   ]