[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 4.5.3 / SensorsAnalyticsSDK.podspec.json
blob4279872d46fe6cf912ecca2f8669588b35b49732
2   "name": "SensorsAnalyticsSDK",
3   "version": "4.5.3",
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.5.3"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "authors": {
14     "Yuhan ZOU": "zouyuhan@sensorsdata.cn"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "default_subspecs": "Core",
21   "frameworks": [
22     "Foundation",
23     "SystemConfiguration"
24   ],
25   "libraries": [
26     "icucore",
27     "z"
28   ],
29   "subspecs": [
30     {
31       "name": "__Store",
32       "source_files": "SensorsAnalyticsSDK/Store/*.{h,m}",
33       "public_header_files": [
34         "SensorsAnalyticsSDK/Store/SABaseStoreManager.h",
35         "SensorsAnalyticsSDK/Store/SAStorePlugin.h",
36         "SensorsAnalyticsSDK/Store/SAAESStorePlugin.h"
37       ]
38     },
39     {
40       "name": "Base",
41       "source_files": "SensorsAnalyticsSDK/Core/**/*.{h,m}",
42       "exclude_files": [
43         "SensorsAnalyticsSDK/Core/SAAlertController.h",
44         "SensorsAnalyticsSDK/Core/SAAlertController.m"
45       ],
46       "public_header_files": [
47         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK.h",
48         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK+Public.h",
49         "SensorsAnalyticsSDK/Core/SASecurityPolicy.h",
50         "SensorsAnalyticsSDK/Core/SAConfigOptions.h",
51         "SensorsAnalyticsSDK/Core/SAConstants.h",
52         "SensorsAnalyticsSDK/Core/PropertyPlugin/SAPropertyPlugin.h"
53       ],
54       "resources": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.bundle",
55       "ios": {
56         "frameworks": "CoreTelephony"
57       },
58       "dependencies": {
59         "SensorsAnalyticsSDK/__Store": [
61         ]
62       }
63     },
64     {
65       "name": "Extension",
66       "dependencies": {
67         "SensorsAnalyticsSDK/Base": [
69         ]
70       }
71     },
72     {
73       "name": "Common",
74       "dependencies": {
75         "SensorsAnalyticsSDK/Extension": [
77         ]
78       },
79       "public_header_files": "SensorsAnalyticsSDK/JSBridge/SensorsAnalyticsSDK+JavaScriptBridge.h",
80       "source_files": [
81         "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
82         "SensorsAnalyticsSDK/JSBridge/**/*.{h,m}"
83       ],
84       "ios": {
85         "source_files": [
86           "SensorsAnalyticsSDK/RemoteConfig/**/*.{h,m}",
87           "SensorsAnalyticsSDK/ChannelMatch/**/*.{h,m}",
88           "SensorsAnalyticsSDK/Encrypt/**/*.{h,m}",
89           "SensorsAnalyticsSDK/Deeplink/**/*.{h,m}",
90           "SensorsAnalyticsSDK/DebugMode/**/*.{h,m}",
91           "SensorsAnalyticsSDK/Core/SAAlertController.h",
92           "SensorsAnalyticsSDK/UIRelated/**/*.{h,m}"
93         ],
94         "public_header_files": [
95           "SensorsAnalyticsSDK/{Encrypt,RemoteConfig,ChannelMatch,Deeplink,DebugMode}/{SAConfigOptions,SensorsAnalyticsSDK}+*.h",
96           "SensorsAnalyticsSDK/Encrypt/SAEncryptProtocol.h",
97           "SensorsAnalyticsSDK/Encrypt/SASecretKey.h",
98           "SensorsAnalyticsSDK/Deeplink/SASlinkCreator.h",
99           "SensorsAnalyticsSDK/UIRelated/UIView+SensorsAnalytics.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     },
120     {
121       "name": "AutoTrack",
122       "platforms": {
123         "ios": "8.0"
124       },
125       "dependencies": {
126         "SensorsAnalyticsSDK/Common": [
128         ]
129       },
130       "source_files": "SensorsAnalyticsSDK/AutoTrack/**/*.{h,m}",
131       "public_header_files": [
132         "SensorsAnalyticsSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
133         "SensorsAnalyticsSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
134       ],
135       "frameworks": "UIKit"
136     },
137     {
138       "name": "Visualized",
139       "platforms": {
140         "ios": "8.0"
141       },
142       "dependencies": {
143         "SensorsAnalyticsSDK/AutoTrack": [
145         ]
146       },
147       "source_files": "SensorsAnalyticsSDK/Visualized/**/*.{h,m}",
148       "public_header_files": [
149         "SensorsAnalyticsSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
150         "SensorsAnalyticsSDK/Visualized/SAConfigOptions+Visualized.h"
151       ]
152     },
153     {
154       "name": "Location",
155       "platforms": {
156         "ios": "8.0"
157       },
158       "frameworks": "CoreLocation",
159       "dependencies": {
160         "SensorsAnalyticsSDK/Core": [
162         ]
163       },
164       "source_files": "SensorsAnalyticsSDK/Location/**/*.{h,m}",
165       "public_header_files": "SensorsAnalyticsSDK/Location/SensorsAnalyticsSDK+Location.h"
166     },
167     {
168       "name": "DeviceOrientation",
169       "platforms": {
170         "ios": "8.0"
171       },
172       "dependencies": {
173         "SensorsAnalyticsSDK/Core": [
175         ]
176       },
177       "source_files": "SensorsAnalyticsSDK/DeviceOrientation/**/*.{h,m}",
178       "public_header_files": "SensorsAnalyticsSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
179       "frameworks": "CoreMotion"
180     },
181     {
182       "name": "AppPush",
183       "platforms": {
184         "ios": "8.0"
185       },
186       "dependencies": {
187         "SensorsAnalyticsSDK/Core": [
189         ]
190       },
191       "source_files": "SensorsAnalyticsSDK/AppPush/**/*.{h,m}",
192       "public_header_files": "SensorsAnalyticsSDK/AppPush/SAConfigOptions+AppPush.h"
193     },
194     {
195       "name": "Exception",
196       "platforms": {
197         "ios": "8.0"
198       },
199       "dependencies": {
200         "SensorsAnalyticsSDK/Common": [
202         ]
203       },
204       "source_files": "SensorsAnalyticsSDK/Exception/**/*.{h,m}",
205       "public_header_files": "SensorsAnalyticsSDK/Exception/SAConfigOptions+Exception.h"
206     },
207     {
208       "name": "WebView",
209       "platforms": {
210         "ios": "8.0"
211       },
212       "dependencies": {
213         "SensorsAnalyticsSDK/Core": [
215         ]
216       },
217       "source_files": "SensorsAnalyticsSDK/WebView/**/*.{h,m}",
218       "public_header_files": "SensorsAnalyticsSDK/WebView/SensorsAnalyticsSDK+WebView.h"
219     },
220     {
221       "name": "WKWebView",
222       "platforms": {
223         "ios": "8.0"
224       },
225       "dependencies": {
226         "SensorsAnalyticsSDK/Core": [
228         ]
229       },
230       "source_files": "SensorsAnalyticsSDK/WKWebView/**/*.{h,m}",
231       "public_header_files": "SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
232     },
233     {
234       "name": "ApplicationExtension",
235       "dependencies": {
236         "SensorsAnalyticsSDK/Extension": [
238         ]
239       },
240       "source_files": "SensorsAnalyticsSDK/AppExtension/*.{h,m}",
241       "public_header_files": "SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h"
242     },
243     {
244       "name": "DeprecatedCellClick",
245       "platforms": {
246         "ios": "8.0"
247       },
248       "dependencies": {
249         "SensorsAnalyticsSDK/Core": [
251         ]
252       },
253       "source_files": "CellClick_HookDelegate_Deprecated/*.{h,m}",
254       "project_header_files": "CellClick_HookDelegate_Deprecated/*.h"
255     },
256     {
257       "name": "Exposure",
258       "platforms": {
259         "ios": "8.0"
260       },
261       "dependencies": {
262         "SensorsAnalyticsSDK/Common": [
264         ]
265       },
266       "source_files": "SensorsAnalyticsSDK/Exposure/**/*.{h,m}",
267       "public_header_files": [
268         "SensorsAnalyticsSDK/Exposure/SAConfigOptions+Exposure.h",
269         "SensorsAnalyticsSDK/Exposure/SAExposureConfig.h",
270         "SensorsAnalyticsSDK/Exposure/SAExposureData.h",
271         "SensorsAnalyticsSDK/Exposure/SensorsAnalyticsSDK+Exposure.h",
272         "SensorsAnalyticsSDK/Exposure/UIView+ExposureIdentifier.h"
273       ]
274     }
275   ]