[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 4.5.23 / SensorsAnalyticsSDK.podspec.json
bloba2c841cb7c17bf644d0543d69f9cb9ea6c92ca73
2   "name": "SensorsAnalyticsSDK",
3   "version": "4.5.23",
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.23"
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   },
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": "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
43       "public_header_files": [
44         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK.h",
45         "SensorsAnalyticsSDK/Core/SensorsAnalyticsExtension.h",
46         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK+Public.h",
47         "SensorsAnalyticsSDK/Core/SASecurityPolicy.h",
48         "SensorsAnalyticsSDK/Core/SAConfigOptions.h",
49         "SensorsAnalyticsSDK/Core/SAConstants.h",
50         "SensorsAnalyticsSDK/Core/PropertyPlugin/SAPropertyPlugin.h"
51       ],
52       "ios": {
53         "frameworks": "CoreTelephony"
54       },
55       "dependencies": {
56         "SensorsAnalyticsSDK/__Store": [
58         ]
59       }
60     },
61     {
62       "name": "Common",
63       "dependencies": {
64         "SensorsAnalyticsSDK/Base": [
66         ]
67       },
68       "public_header_files": "SensorsAnalyticsSDK/JSBridge/SensorsAnalyticsSDK+JavaScriptBridge.h",
69       "source_files": [
70         "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
71         "SensorsAnalyticsSDK/JSBridge/**/*.{h,m}"
72       ],
73       "ios": {
74         "source_files": [
75           "SensorsAnalyticsSDK/RemoteConfig/**/*.{h,m}",
76           "SensorsAnalyticsSDK/ChannelMatch/**/*.{h,m}",
77           "SensorsAnalyticsSDK/Encrypt/**/*.{h,m}",
78           "SensorsAnalyticsSDK/Deeplink/**/*.{h,m}",
79           "SensorsAnalyticsSDK/DebugMode/**/*.{h,m}",
80           "SensorsAnalyticsSDK/Core/SAAlertController.h",
81           "SensorsAnalyticsSDK/UIRelated/**/*.{h,m}"
82         ],
83         "public_header_files": [
84           "SensorsAnalyticsSDK/{Encrypt,RemoteConfig,ChannelMatch,Deeplink,DebugMode}/{SAConfigOptions,SensorsAnalyticsSDK}+*.h",
85           "SensorsAnalyticsSDK/Encrypt/SAEncryptProtocol.h",
86           "SensorsAnalyticsSDK/Encrypt/SASecretKey.h",
87           "SensorsAnalyticsSDK/Deeplink/SASlinkCreator.h",
88           "SensorsAnalyticsSDK/UIRelated/UIView+SensorsAnalytics.h",
89           "SensorsAnalyticsSDK/Deeplink/SAAdvertisingConfig.h"
90         ]
91       }
92     },
93     {
94       "name": "Core",
95       "ios": {
96         "dependencies": {
97           "SensorsAnalyticsSDK/Visualized": [
99           ]
100         }
101       },
102       "osx": {
103         "dependencies": {
104           "SensorsAnalyticsSDK/Common": [
106           ]
107         }
108       }
109     },
110     {
111       "name": "AutoTrack",
112       "platforms": {
113         "ios": "9.0"
114       },
115       "dependencies": {
116         "SensorsAnalyticsSDK/Common": [
118         ]
119       },
120       "source_files": "SensorsAnalyticsSDK/AutoTrack/**/*.{h,m}",
121       "public_header_files": [
122         "SensorsAnalyticsSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
123         "SensorsAnalyticsSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
124       ],
125       "frameworks": "UIKit"
126     },
127     {
128       "name": "Visualized",
129       "platforms": {
130         "ios": "9.0"
131       },
132       "dependencies": {
133         "SensorsAnalyticsSDK/AutoTrack": [
135         ]
136       },
137       "source_files": "SensorsAnalyticsSDK/Visualized/**/*.{h,m}",
138       "public_header_files": [
139         "SensorsAnalyticsSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
140         "SensorsAnalyticsSDK/Visualized/SAConfigOptions+Visualized.h"
141       ]
142     },
143     {
144       "name": "Location",
145       "platforms": {
146         "ios": "9.0"
147       },
148       "frameworks": "CoreLocation",
149       "dependencies": {
150         "SensorsAnalyticsSDK/Core": [
152         ]
153       },
154       "source_files": "SensorsAnalyticsSDK/Location/**/*.{h,m}",
155       "public_header_files": "SensorsAnalyticsSDK/Location/SensorsAnalyticsSDK+Location.h"
156     },
157     {
158       "name": "DeviceOrientation",
159       "platforms": {
160         "ios": "9.0"
161       },
162       "dependencies": {
163         "SensorsAnalyticsSDK/Core": [
165         ]
166       },
167       "source_files": "SensorsAnalyticsSDK/DeviceOrientation/**/*.{h,m}",
168       "public_header_files": "SensorsAnalyticsSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
169       "frameworks": "CoreMotion"
170     },
171     {
172       "name": "AppPush",
173       "platforms": {
174         "ios": "9.0"
175       },
176       "dependencies": {
177         "SensorsAnalyticsSDK/Core": [
179         ]
180       },
181       "source_files": "SensorsAnalyticsSDK/AppPush/**/*.{h,m}",
182       "public_header_files": "SensorsAnalyticsSDK/AppPush/SAConfigOptions+AppPush.h"
183     },
184     {
185       "name": "Exception",
186       "platforms": {
187         "ios": "9.0"
188       },
189       "dependencies": {
190         "SensorsAnalyticsSDK/Common": [
192         ]
193       },
194       "source_files": "SensorsAnalyticsSDK/Exception/**/*.{h,m}",
195       "public_header_files": "SensorsAnalyticsSDK/Exception/SAConfigOptions+Exception.h"
196     },
197     {
198       "name": "WebView",
199       "platforms": {
200         "ios": "9.0"
201       },
202       "dependencies": {
203         "SensorsAnalyticsSDK/Core": [
205         ]
206       },
207       "source_files": "SensorsAnalyticsSDK/WebView/**/*.{h,m}",
208       "public_header_files": "SensorsAnalyticsSDK/WebView/SensorsAnalyticsSDK+WebView.h"
209     },
210     {
211       "name": "WKWebView",
212       "platforms": {
213         "ios": "9.0"
214       },
215       "dependencies": {
216         "SensorsAnalyticsSDK/Core": [
218         ]
219       },
220       "source_files": "SensorsAnalyticsSDK/WKWebView/**/*.{h,m}",
221       "public_header_files": "SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
222     },
223     {
224       "name": "ApplicationExtension",
225       "dependencies": {
226         "SensorsAnalyticsSDK/Base": [
228         ]
229       },
230       "source_files": "SensorsAnalyticsSDK/AppExtension/*.{h,m}",
231       "public_header_files": "SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h"
232     },
233     {
234       "name": "DeprecatedCellClick",
235       "platforms": {
236         "ios": "9.0"
237       },
238       "dependencies": {
239         "SensorsAnalyticsSDK/Core": [
241         ]
242       },
243       "source_files": "CellClick_HookDelegate_Deprecated/*.{h,m}",
244       "project_header_files": "CellClick_HookDelegate_Deprecated/*.h"
245     },
246     {
247       "name": "Exposure",
248       "platforms": {
249         "ios": "9.0"
250       },
251       "dependencies": {
252         "SensorsAnalyticsSDK/Common": [
254         ]
255       },
256       "source_files": "SensorsAnalyticsSDK/Exposure/**/*.{h,m}",
257       "public_header_files": [
258         "SensorsAnalyticsSDK/Exposure/SAConfigOptions+Exposure.h",
259         "SensorsAnalyticsSDK/Exposure/SAExposureConfig.h",
260         "SensorsAnalyticsSDK/Exposure/SAExposureData.h",
261         "SensorsAnalyticsSDK/Exposure/SensorsAnalyticsSDK+Exposure.h",
262         "SensorsAnalyticsSDK/Exposure/UIView+ExposureIdentifier.h",
263         "SensorsAnalyticsSDK/Exposure/SAExposureListener.h"
264       ]
265     },
266     {
267       "name": "EnglishResources",
268       "dependencies": {
269         "SensorsAnalyticsSDK/Base": [
271         ]
272       },
273       "source_files": "SpecialFileSources/SACoreResources+English.{h,m}",
274       "project_header_files": "SpecialFileSources/SACoreResources+English.h"
275     }
276   ]