[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 4.4.5 / SensorsAnalyticsSDK.podspec.json
blob18060cc802418d65889bbf7aaf5ac14083acf29c
2   "name": "SensorsAnalyticsSDK",
3   "version": "4.4.5",
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.4.5"
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         ],
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         ]
99       }
100     },
101     {
102       "name": "Core",
103       "ios": {
104         "dependencies": {
105           "SensorsAnalyticsSDK/Visualized": [
107           ]
108         }
109       },
110       "osx": {
111         "dependencies": {
112           "SensorsAnalyticsSDK/Common": [
114           ]
115         }
116       }
117     },
118     {
119       "name": "AutoTrack",
120       "platforms": {
121         "ios": "8.0"
122       },
123       "dependencies": {
124         "SensorsAnalyticsSDK/Common": [
126         ]
127       },
128       "source_files": "SensorsAnalyticsSDK/AutoTrack/**/*.{h,m}",
129       "public_header_files": [
130         "SensorsAnalyticsSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
131         "SensorsAnalyticsSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
132       ],
133       "frameworks": "UIKit"
134     },
135     {
136       "name": "Visualized",
137       "platforms": {
138         "ios": "8.0"
139       },
140       "dependencies": {
141         "SensorsAnalyticsSDK/AutoTrack": [
143         ]
144       },
145       "source_files": "SensorsAnalyticsSDK/Visualized/**/*.{h,m}",
146       "public_header_files": [
147         "SensorsAnalyticsSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
148         "SensorsAnalyticsSDK/Visualized/SAConfigOptions+Visualized.h"
149       ]
150     },
151     {
152       "name": "Location",
153       "platforms": {
154         "ios": "8.0"
155       },
156       "frameworks": "CoreLocation",
157       "dependencies": {
158         "SensorsAnalyticsSDK/Core": [
160         ]
161       },
162       "source_files": "SensorsAnalyticsSDK/Location/**/*.{h,m}",
163       "public_header_files": "SensorsAnalyticsSDK/Location/SensorsAnalyticsSDK+Location.h"
164     },
165     {
166       "name": "DeviceOrientation",
167       "platforms": {
168         "ios": "8.0"
169       },
170       "dependencies": {
171         "SensorsAnalyticsSDK/Core": [
173         ]
174       },
175       "source_files": "SensorsAnalyticsSDK/DeviceOrientation/**/*.{h,m}",
176       "public_header_files": "SensorsAnalyticsSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
177       "frameworks": "CoreMotion"
178     },
179     {
180       "name": "AppPush",
181       "platforms": {
182         "ios": "8.0"
183       },
184       "dependencies": {
185         "SensorsAnalyticsSDK/Core": [
187         ]
188       },
189       "source_files": "SensorsAnalyticsSDK/AppPush/**/*.{h,m}",
190       "public_header_files": "SensorsAnalyticsSDK/AppPush/SAConfigOptions+AppPush.h"
191     },
192     {
193       "name": "Exception",
194       "platforms": {
195         "ios": "8.0"
196       },
197       "dependencies": {
198         "SensorsAnalyticsSDK/Common": [
200         ]
201       },
202       "source_files": "SensorsAnalyticsSDK/Exception/**/*.{h,m}",
203       "public_header_files": "SensorsAnalyticsSDK/Exception/SAConfigOptions+Exception.h"
204     },
205     {
206       "name": "WebView",
207       "platforms": {
208         "ios": "8.0"
209       },
210       "dependencies": {
211         "SensorsAnalyticsSDK/Core": [
213         ]
214       },
215       "source_files": "SensorsAnalyticsSDK/WebView/**/*.{h,m}",
216       "public_header_files": "SensorsAnalyticsSDK/WebView/SensorsAnalyticsSDK+WebView.h"
217     },
218     {
219       "name": "WKWebView",
220       "platforms": {
221         "ios": "8.0"
222       },
223       "dependencies": {
224         "SensorsAnalyticsSDK/Core": [
226         ]
227       },
228       "source_files": "SensorsAnalyticsSDK/WKWebView/**/*.{h,m}",
229       "public_header_files": "SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
230     },
231     {
232       "name": "ApplicationExtension",
233       "dependencies": {
234         "SensorsAnalyticsSDK/Extension": [
236         ]
237       },
238       "source_files": "SensorsAnalyticsSDK/AppExtension/*.{h,m}",
239       "public_header_files": "SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h"
240     },
241     {
242       "name": "DeprecatedCellClick",
243       "platforms": {
244         "ios": "8.0"
245       },
246       "dependencies": {
247         "SensorsAnalyticsSDK/Core": [
249         ]
250       },
251       "source_files": "CellClick_HookDelegate_Deprecated/*.{h,m}",
252       "project_header_files": "CellClick_HookDelegate_Deprecated/*.h"
253     }
254   ]