[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / c / 1 / 0 / ZallDataSDK / 0.0.7 / ZallDataSDK.podspec.json
blob9c02a409487490d93bf9886cf217185cded66f16
2   "name": "ZallDataSDK",
3   "version": "0.0.7",
4   "summary": "The official iOS SDK of zall Digital.",
5   "homepage": "https://www.zalldigital.cn",
6   "source": {
7     "git": "https://github.com/zalldata/ZallDataSDK.git",
8     "tag": "v0.0.7",
9     "submodules": true
10   },
11   "license": {
12     "type": "Apache License, Version 2.0"
13   },
14   "authors": {
15     "郭振涛": "guozhentao@zalldigital.com"
16   },
17   "default_subspecs": "Default",
18   "frameworks": [
19     "Foundation",
20     "SystemConfiguration"
21   ],
22   "libraries": [
23     "icucore",
24     "sqlite3",
25     "z"
26   ],
27   "platforms": {
28     "ios": "8.0"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "ZallDataSDK/Core/**/*.{h,m}",
34       "public_header_files": [
35         "ZallDataSDK/Core/**/ZallDataSDK.h",
36         "ZallDataSDK/Core/**/ZallDataSDK+Business.h",
37         "ZallDataSDK/Core/**/ZAConfigOptions.h",
38         "ZallDataSDK/Core/**/ZallDataSDK+ZATrack.h",
39         "ZallDataSDK/Core/**/ZAConstantsDefin.h",
40         "ZallDataSDK/Core/**/ZAConstants.h",
41         "ZallDataSDK/Core/**/ZAConstantsEnum.h",
42         "ZallDataSDK/Core/**/ZASecurityPolicy.h"
43       ],
44       "exclude_files": [
45         "ZallDataSDK/Core/**/ZAAlertViewController.{h,m}",
46         "ZallDataSDK/Core/**/UIView*.{h,m}"
47       ],
48       "ios": {
49         "resources": "ZallDataSDK/ZallDataSDK.bundle",
50         "frameworks": "CoreTelephony"
51       }
52     },
53     {
54       "name": "CoreApp",
55       "dependencies": {
56         "ZallDataSDK/Core": [
58         ]
59       },
60       "source_files": [
61         "ZallDataSDK/Core/**/ZAAlertViewController.{h,m}",
62         "ZallDataSDK/Core/**/UIView*.{h,m}"
63       ]
64     },
65     {
66       "name": "Default",
67       "dependencies": {
68         "ZallDataSDK/AutoTrack": [
70         ],
71         "ZallDataSDK/Channel": [
73         ],
74         "ZallDataSDK/Encrypt": [
76         ],
77         "ZallDataSDK/DebugMode": [
79         ],
80         "ZallDataSDK/RemoteConfig": [
82         ],
83         "ZallDataSDK/Extension": [
85         ]
86       }
87     },
88     {
89       "name": "All",
90       "dependencies": {
91         "ZallDataSDK/Default": [
93         ],
94         "ZallDataSDK/Channel": [
96         ],
97         "ZallDataSDK/Visualized": [
99         ],
100         "ZallDataSDK/Location": [
102         ],
103         "ZallDataSDK/DeviceOrientation": [
105         ],
106         "ZallDataSDK/AppPush": [
108         ],
109         "ZallDataSDK/Exception": [
111         ],
112         "ZallDataSDK/Deeplink": [
114         ]
115       }
116     },
117     {
118       "name": "Extension",
119       "dependencies": {
120         "ZallDataSDK/Core": [
122         ]
123       },
124       "source_files": "ZallDataSDKExtension/*.{h,m}",
125       "public_header_files": [
126         "ZallDataSDKExtension/ZAAppExtensionDataManager.h",
127         "ZallDataSDKExtension/ZallDataSDKExtension.h"
128       ]
129     },
130     {
131       "name": "AutoTrack",
132       "dependencies": {
133         "ZallDataSDK/CoreApp": [
135         ],
136         "ZallDataSDK/Extension": [
138         ]
139       },
140       "source_files": "ZallDataSDK/Modules/AutoTrack/**/*.{h,m}",
141       "public_header_files": [
142         "ZallDataSDK/Modules/AutoTrack/**/ZallDataSDK+ZAAutoTrack.h",
143         "ZallDataSDK/Modules/AutoTrack/**/UIView+ZAProperty.h"
144       ],
145       "ios": {
146         "frameworks": "UIKit"
147       }
148     },
149     {
150       "name": "Channel",
151       "dependencies": {
152         "ZallDataSDK/AutoTrack": [
154         ]
155       },
156       "source_files": "ZallDataSDK/Modules/ChannelMatch/*.{h,m}",
157       "public_header_files": "ZallDataSDK/Modules/ChannelMatch/ZallDataSDK+ZAChannelMatch.h"
158     },
159     {
160       "name": "JSBridge",
161       "dependencies": {
162         "ZallDataSDK/AutoTrack": [
164         ]
165       },
166       "source_files": "ZallDataSDK/Modules/JSBridge/**/*.{h,m}",
167       "public_header_files": [
168         "ZallDataSDK/Modules/JSBridge/ZallDataSDK+ZAJSBridge.h",
169         "ZallDataSDK/Modules/JSBridge/WKWebView+ZABridge.h",
170         "ZallDataSDK/Modules/JSBridge/**/ZallDataSDK+WKWebView.h"
171       ]
172     },
173     {
174       "name": "Visualized",
175       "dependencies": {
176         "ZallDataSDK/JSBridge": [
178         ]
179       },
180       "source_files": "ZallDataSDK/Modules/Visualized/**/*.{h,m}",
181       "public_header_files": "ZallDataSDK/Modules/Visualized/ZallDataSDK+ZAVisualized.h"
182     },
183     {
184       "name": "Location",
185       "frameworks": "CoreLocation",
186       "dependencies": {
187         "ZallDataSDK/CoreApp": [
189         ],
190         "ZallDataSDK/Extension": [
192         ]
193       },
194       "source_files": "ZallDataSDK/Modules/Location/*.{h,m}",
195       "public_header_files": "ZallDataSDK/Modules/Location/ZallDataSDK+ZALocation.h"
196     },
197     {
198       "name": "DeviceOrientation",
199       "dependencies": {
200         "ZallDataSDK/CoreApp": [
202         ],
203         "ZallDataSDK/Extension": [
205         ]
206       },
207       "source_files": "ZallDataSDK/Modules/DeviceOrientation/**/*.{h,m}",
208       "public_header_files": "ZallDataSDK/Modules/DeviceOrientation/ZallDataSDK+ZADeviceOrientation.h",
209       "frameworks": "CoreMotion"
210     },
211     {
212       "name": "AppPush",
213       "dependencies": {
214         "ZallDataSDK/AutoTrack": [
216         ]
217       },
218       "source_files": "ZallDataSDK/Modules/AppPush/**/*.{h,m}",
219       "public_header_files": "ZallDataSDK/Modules/AppPush/ZallDataSDK+ZAAppPush.h"
220     },
221     {
222       "name": "Exception",
223       "dependencies": {
224         "ZallDataSDK/AutoTrack": [
226         ]
227       },
228       "source_files": "ZallDataSDK/Modules/Exception/**/*.{h,m}",
229       "public_header_files": "ZallDataSDK/Modules/Exception/ZallDataSDK+ZAException.h"
230     },
231     {
232       "name": "DebugMode",
233       "dependencies": {
234         "ZallDataSDK/AutoTrack": [
236         ]
237       },
238       "source_files": "ZallDataSDK/Modules/DebugMode/**/*.{h,m}",
239       "public_header_files": "ZallDataSDK/Modules/DebugMode/ZallDataSDK+ZADebugMode.h"
240     },
241     {
242       "name": "Deeplink",
243       "dependencies": {
244         "ZallDataSDK/AutoTrack": [
246         ]
247       },
248       "source_files": "ZallDataSDK/Modules/Deeplink/**/*.{h,m}",
249       "public_header_files": "ZallDataSDK/Modules/Deeplink/ZallDataSDK+ZADeeplink.h"
250     },
251     {
252       "name": "Encrypt",
253       "dependencies": {
254         "ZallDataSDK/AutoTrack": [
256         ]
257       },
258       "source_files": "ZallDataSDK/Modules/Encrypt/**/*.{h,m}",
259       "public_header_files": [
260         "ZallDataSDK/Modules/Encrypt/ZallDataSDK+ZAEncrypt.h",
261         "ZallDataSDK/Modules/Encrypt/ZAEncryptProtocol.h",
262         "ZallDataSDK/Modules/Encrypt/ZASecretKey.h"
263       ]
264     },
265     {
266       "name": "RemoteConfig",
267       "dependencies": {
268         "ZallDataSDK/AutoTrack": [
270         ]
271       },
272       "source_files": "ZallDataSDK/Modules/RemoteConfig/**/*.{h,m}",
273       "public_header_files": "ZallDataSDK/Modules/RemoteConfig/ZallDataSDK+ZARemoteConfig.h"
274     }
275   ]