[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 4.6.1 / SensorsAnalyticsSDK.podspec.json
blobc45d5abdda4c739ca0b6a9bc0eaaed96a80189c2
2   "name": "SensorsAnalyticsSDK",
3   "version": "4.6.1",
4   "summary": "The official iOS SDK of Sensors Analytics.",
5   "homepage": "http://www.sensorsdata.cn",
6   "source": {
7     "git": "https://github.com/sensorsdata/sa-sdk-ios.git",
8     "tag": "v4.6.1"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "authors": {
14     "Yuhan ZOU": "zouyuhan@sensorsdata.cn"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.13",
19     "tvos": "12.0"
20   },
21   "default_subspecs": "Core",
22   "frameworks": [
23     "Foundation",
24     "SystemConfiguration"
25   ],
26   "libraries": [
27     "icucore",
28     "z"
29   ],
30   "subspecs": [
31     {
32       "name": "__Store",
33       "source_files": "SensorsAnalyticsSDK/Store/*.{h,m}",
34       "public_header_files": [
35         "SensorsAnalyticsSDK/Store/SABaseStoreManager.h",
36         "SensorsAnalyticsSDK/Store/SAStorePlugin.h",
37         "SensorsAnalyticsSDK/Store/SAAESStorePlugin.h"
38       ]
39     },
40     {
41       "name": "Base",
42       "source_files": "SensorsAnalyticsSDK/Core/**/*.{h,m}",
43       "exclude_files": [
44         "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
45         "SensorsAnalyticsSDK/Core/HookDelegate/**/*.{h,m}"
46       ],
47       "public_header_files": [
48         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK.h",
49         "SensorsAnalyticsSDK/Core/SensorsAnalyticsExtension.h",
50         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK+Public.h",
51         "SensorsAnalyticsSDK/Core/SASecurityPolicy.h",
52         "SensorsAnalyticsSDK/Core/SAConfigOptions.h",
53         "SensorsAnalyticsSDK/Core/SAConstants.h",
54         "SensorsAnalyticsSDK/Core/PropertyPlugin/SAPropertyPlugin.h"
55       ],
56       "ios": {
57         "frameworks": "CoreTelephony"
58       },
59       "dependencies": {
60         "SensorsAnalyticsSDK/__Store": [
62         ]
63       }
64     },
65     {
66       "name": "Common",
67       "platforms": {
68         "ios": "9.0",
69         "osx": "10.13"
70       },
71       "dependencies": {
72         "SensorsAnalyticsSDK/Base": [
74         ]
75       },
76       "frameworks": "WebKit",
77       "public_header_files": "SensorsAnalyticsSDK/JSBridge/SensorsAnalyticsSDK+JavaScriptBridge.h",
78       "source_files": [
79         "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
80         "SensorsAnalyticsSDK/JSBridge/**/*.{h,m}",
81         "SensorsAnalyticsSDK/Core/HookDelegate/**/*.{h,m}"
82       ],
83       "ios": {
84         "source_files": [
85           "SensorsAnalyticsSDK/RemoteConfig/**/*.{h,m}",
86           "SensorsAnalyticsSDK/ChannelMatch/**/*.{h,m}",
87           "SensorsAnalyticsSDK/Encrypt/**/*.{h,m}",
88           "SensorsAnalyticsSDK/Deeplink/**/*.{h,m}",
89           "SensorsAnalyticsSDK/DebugMode/**/*.{h,m}",
90           "SensorsAnalyticsSDK/Core/SAAlertController.h",
91           "SensorsAnalyticsSDK/UIRelated/**/*.{h,m}"
92         ],
93         "public_header_files": [
94           "SensorsAnalyticsSDK/{Encrypt,RemoteConfig,ChannelMatch,Deeplink,DebugMode}/{SAConfigOptions,SensorsAnalyticsSDK}+*.h",
95           "SensorsAnalyticsSDK/Encrypt/SAEncryptProtocol.h",
96           "SensorsAnalyticsSDK/Encrypt/SASecretKey.h",
97           "SensorsAnalyticsSDK/Deeplink/SASlinkCreator.h",
98           "SensorsAnalyticsSDK/UIRelated/UIView+SensorsAnalytics.h",
99           "SensorsAnalyticsSDK/Deeplink/SAAdvertisingConfig.h"
100         ]
101       }
102     },
103     {
104       "name": "Core",
105       "ios": {
106         "dependencies": {
107           "SensorsAnalyticsSDK/Visualized": [
109           ]
110         }
111       },
112       "osx": {
113         "dependencies": {
114           "SensorsAnalyticsSDK/Common": [
116           ]
117         }
118       },
119       "tvos": {
120         "dependencies": {
121           "SensorsAnalyticsSDK/Base": [
123           ]
124         }
125       }
126     },
127     {
128       "name": "AutoTrack",
129       "platforms": {
130         "ios": "9.0"
131       },
132       "dependencies": {
133         "SensorsAnalyticsSDK/Common": [
135         ]
136       },
137       "source_files": "SensorsAnalyticsSDK/AutoTrack/**/*.{h,m}",
138       "public_header_files": [
139         "SensorsAnalyticsSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
140         "SensorsAnalyticsSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
141       ],
142       "frameworks": "UIKit"
143     },
144     {
145       "name": "Visualized",
146       "platforms": {
147         "ios": "9.0"
148       },
149       "dependencies": {
150         "SensorsAnalyticsSDK/AutoTrack": [
152         ]
153       },
154       "source_files": "SensorsAnalyticsSDK/Visualized/**/*.{h,m}",
155       "public_header_files": [
156         "SensorsAnalyticsSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
157         "SensorsAnalyticsSDK/Visualized/SAConfigOptions+Visualized.h"
158       ]
159     },
160     {
161       "name": "Location",
162       "platforms": {
163         "ios": "9.0"
164       },
165       "frameworks": "CoreLocation",
166       "dependencies": {
167         "SensorsAnalyticsSDK/Core": [
169         ]
170       },
171       "source_files": "SensorsAnalyticsSDK/Location/**/*.{h,m}",
172       "public_header_files": "SensorsAnalyticsSDK/Location/SensorsAnalyticsSDK+Location.h"
173     },
174     {
175       "name": "DeviceOrientation",
176       "platforms": {
177         "ios": "9.0"
178       },
179       "dependencies": {
180         "SensorsAnalyticsSDK/Core": [
182         ]
183       },
184       "source_files": "SensorsAnalyticsSDK/DeviceOrientation/**/*.{h,m}",
185       "public_header_files": "SensorsAnalyticsSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
186       "frameworks": "CoreMotion"
187     },
188     {
189       "name": "AppPush",
190       "platforms": {
191         "ios": "9.0"
192       },
193       "dependencies": {
194         "SensorsAnalyticsSDK/Core": [
196         ]
197       },
198       "source_files": "SensorsAnalyticsSDK/AppPush/**/*.{h,m}",
199       "public_header_files": "SensorsAnalyticsSDK/AppPush/SAConfigOptions+AppPush.h"
200     },
201     {
202       "name": "Exception",
203       "platforms": {
204         "ios": "9.0"
205       },
206       "dependencies": {
207         "SensorsAnalyticsSDK/Common": [
209         ]
210       },
211       "source_files": "SensorsAnalyticsSDK/Exception/**/*.{h,m}",
212       "public_header_files": "SensorsAnalyticsSDK/Exception/SAConfigOptions+Exception.h"
213     },
214     {
215       "name": "WebView",
216       "platforms": {
217         "ios": "9.0"
218       },
219       "dependencies": {
220         "SensorsAnalyticsSDK/Core": [
222         ]
223       },
224       "source_files": "SensorsAnalyticsSDK/WebView/**/*.{h,m}",
225       "public_header_files": "SensorsAnalyticsSDK/WebView/SensorsAnalyticsSDK+WebView.h"
226     },
227     {
228       "name": "WKWebView",
229       "platforms": {
230         "ios": "9.0"
231       },
232       "dependencies": {
233         "SensorsAnalyticsSDK/Core": [
235         ]
236       },
237       "source_files": "SensorsAnalyticsSDK/WKWebView/**/*.{h,m}",
238       "public_header_files": "SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
239     },
240     {
241       "name": "ApplicationExtension",
242       "platforms": {
243         "ios": "9.0"
244       },
245       "dependencies": {
246         "SensorsAnalyticsSDK/Base": [
248         ]
249       },
250       "source_files": "SensorsAnalyticsSDK/AppExtension/*.{h,m}",
251       "public_header_files": "SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h"
252     },
253     {
254       "name": "DeprecatedCellClick",
255       "platforms": {
256         "ios": "9.0"
257       },
258       "dependencies": {
259         "SensorsAnalyticsSDK/Core": [
261         ]
262       },
263       "source_files": "CellClick_HookDelegate_Deprecated/*.{h,m}",
264       "project_header_files": "CellClick_HookDelegate_Deprecated/*.h"
265     },
266     {
267       "name": "Exposure",
268       "platforms": {
269         "ios": "9.0"
270       },
271       "dependencies": {
272         "SensorsAnalyticsSDK/Common": [
274         ]
275       },
276       "source_files": "SensorsAnalyticsSDK/Exposure/**/*.{h,m}",
277       "public_header_files": [
278         "SensorsAnalyticsSDK/Exposure/SAConfigOptions+Exposure.h",
279         "SensorsAnalyticsSDK/Exposure/SAExposureConfig.h",
280         "SensorsAnalyticsSDK/Exposure/SAExposureData.h",
281         "SensorsAnalyticsSDK/Exposure/SensorsAnalyticsSDK+Exposure.h",
282         "SensorsAnalyticsSDK/Exposure/UIView+ExposureIdentifier.h",
283         "SensorsAnalyticsSDK/Exposure/SAExposureListener.h"
284       ]
285     },
286     {
287       "name": "EnglishResources",
288       "dependencies": {
289         "SensorsAnalyticsSDK/Base": [
291         ]
292       },
293       "source_files": "SpecialFileSources/SACoreResources+English.{h,m}",
294       "project_header_files": "SpecialFileSources/SACoreResources+English.h"
295     }
296   ]