[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / GetuiBXSDK / 2.2.0.0 / GetuiBXSDK.podspec.json
blobad6566f18bcc3018be68d59b82bb5cc20fa03132
2   "name": "GetuiBXSDK",
3   "version": "2.2.0.0",
4   "summary": "个推变现 iOS SDK CocoaPods 集成库",
5   "homepage": "http://docs.getui.com/monetize/start/ios/",
6   "license": "MIT",
7   "authors": {
8     "个推": "support@getui.com"
9   },
10   "source": {
11     "git": "https://github.com/GetuiLaboratory/getui-bxsdk-ios-cocoapods.git",
12     "tag": "2.2.0.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "user_target_xcconfig": {
18     "OTHER_LDFLAGS": "-lObjC",
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "subspecs": [
22     {
23       "name": "core",
24       "dependencies": {
25         "GTCommonSDK": [
26           ">=1.1.1.0"
27         ]
28       },
29       "ios": {
30         "vendored_frameworks": "GetuiBXSdk.framework"
31       },
32       "frameworks": [
33         "AdSupport",
34         "AVFoundation",
35         "CoreLocation",
36         "CoreTelephony",
37         "CoreMotion",
38         "MessageUI",
39         "QuartzCore",
40         "SafariServices",
41         "Security",
42         "SystemConfiguration",
43         "WebKit",
44         "CoreMedia"
45       ],
46       "libraries": [
47         "c++",
48         "resolv",
49         "sqlite3",
50         "xml2",
51         "z"
52       ],
53       "pod_target_xcconfig": {
54         "OTHER_LDFLAGS": "-lObjC",
55         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
56       }
57     },
58     {
59       "name": "csj",
60       "dependencies": {
61         "GetuiBXSDK/core": [
63         ],
64         "Bytedance-UnionAD": [
65           ">=3.3.1.5"
66         ]
67       }
68     },
69     {
70       "name": "gdt",
71       "dependencies": {
72         "GetuiBXSDK/core": [
74         ],
75         "GDTMobSDK": [
76           ">=4.11.12"
77         ]
78       }
79     },
80     {
81       "name": "inmobi",
82       "dependencies": {
83         "GetuiBXSDK/core": [
85         ],
86         "InMobiSDK-China": [
87           ">=7.5.0"
88         ]
89       }
90     },
91     {
92       "name": "bd",
93       "dependencies": {
94         "GetuiBXSDK/core": [
96         ]
97       },
98       "ios": {
99         "vendored_frameworks": "Vendor/BaiduMobAdSDK.framework"
100       }
101     },
102     {
103       "name": "bxm",
104       "dependencies": {
105         "GetuiBXSDK/core": [
107         ]
108       },
109       "ios": {
110         "vendored_libraries": "Vendor/BXMSDK/libBXMSDK.a"
111       },
112       "resources": "Vendor/BXMSDK/BXMAdSDK.bundle",
113       "source_files": "Vendor/BXMSDK/*.h"
114     }
115   ]