[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 4.2.1 / SensorsAnalyticsSDK.podspec.json
blob8510ccb66f8f1511679781dec3e9d7f013e6fde0
2   "name": "SensorsAnalyticsSDK",
3   "version": "4.2.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.2.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": "8.0",
18     "osx": "10.10"
19   },
20   "default_subspecs": "Core",
21   "frameworks": [
22     "Foundation",
23     "SystemConfiguration"
24   ],
25   "libraries": [
26     "icucore",
27     "sqlite3",
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",
45         "SensorsAnalyticsSDK/Core/SAAlertController.m"
46       ],
47       "public_header_files": [
48         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK.h",
49         "SensorsAnalyticsSDK/Core/SensorsAnalyticsSDK+Public.h",
50         "SensorsAnalyticsSDK/Core/SAAppExtensionDataManager.h",
51         "SensorsAnalyticsSDK/Core/SASecurityPolicy.h",
52         "SensorsAnalyticsSDK/Core/SAConfigOptions.h",
53         "SensorsAnalyticsSDK/Core/SAConstants.h",
54         "SensorsAnalyticsSDK/Core/PropertyPlugin/SAPropertyPluginProtocol.h"
55       ],
56       "ios": {
57         "resources": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.bundle",
58         "frameworks": "CoreTelephony"
59       },
60       "dependencies": {
61         "SensorsAnalyticsSDK/__Store": [
63         ]
64       }
65     },
66     {
67       "name": "Extension",
68       "dependencies": {
69         "SensorsAnalyticsSDK/Base": [
71         ]
72       }
73     },
74     {
75       "name": "Common",
76       "dependencies": {
77         "SensorsAnalyticsSDK/Extension": [
79         ]
80       },
81       "public_header_files": "SensorsAnalyticsSDK/JSBridge/SensorsAnalyticsSDK+JavaScriptBridge.h",
82       "source_files": [
83         "SensorsAnalyticsSDK/Core/SAAlertController.{h,m}",
84         "SensorsAnalyticsSDK/JSBridge/**/*.{h,m}"
85       ],
86       "ios": {
87         "source_files": [
88           "SensorsAnalyticsSDK/RemoteConfig/**/*.{h,m}",
89           "SensorsAnalyticsSDK/ChannelMatch/**/*.{h,m}",
90           "SensorsAnalyticsSDK/Encrypt/**/*.{h,m}",
91           "SensorsAnalyticsSDK/Deeplink/**/*.{h,m}",
92           "SensorsAnalyticsSDK/DebugMode/**/*.{h,m}",
93           "SensorsAnalyticsSDK/Core/SAAlertController.h"
94         ],
95         "public_header_files": [
96           "SensorsAnalyticsSDK/{Encrypt,RemoteConfig,ChannelMatch,Deeplink,DebugMode}/{SAConfigOptions,SensorsAnalyticsSDK}+*.h",
97           "SensorsAnalyticsSDK/Encrypt/SAEncryptProtocol.h",
98           "SensorsAnalyticsSDK/Encrypt/SASecretKey.h"
99         ]
100       }
101     },
102     {
103       "name": "Core",
104       "ios": {
105         "dependencies": {
106           "SensorsAnalyticsSDK/Visualized": [
108           ]
109         }
110       },
111       "osx": {
112         "dependencies": {
113           "SensorsAnalyticsSDK/Common": [
115           ]
116         }
117       }
118     },
119     {
120       "name": "CAID",
121       "platforms": {
122         "ios": "8.0"
123       },
124       "dependencies": {
125         "SensorsAnalyticsSDK/Core": [
127         ]
128       },
129       "source_files": "SensorsAnalyticsSDK/CAID/**/*.{h,m}",
130       "private_header_files": "SensorsAnalyticsSDK/CAID/**/*.h"
131     },
132     {
133       "name": "AutoTrack",
134       "platforms": {
135         "ios": "8.0"
136       },
137       "dependencies": {
138         "SensorsAnalyticsSDK/Common": [
140         ]
141       },
142       "source_files": "SensorsAnalyticsSDK/AutoTrack/**/*.{h,m}",
143       "public_header_files": [
144         "SensorsAnalyticsSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
145         "SensorsAnalyticsSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
146       ],
147       "frameworks": "UIKit"
148     },
149     {
150       "name": "Visualized",
151       "platforms": {
152         "ios": "8.0"
153       },
154       "dependencies": {
155         "SensorsAnalyticsSDK/AutoTrack": [
157         ]
158       },
159       "source_files": "SensorsAnalyticsSDK/Visualized/**/*.{h,m}",
160       "public_header_files": [
161         "SensorsAnalyticsSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
162         "SensorsAnalyticsSDK/Visualized/SAConfigOptions+Visualized.h"
163       ]
164     },
165     {
166       "name": "Location",
167       "platforms": {
168         "ios": "8.0"
169       },
170       "frameworks": "CoreLocation",
171       "dependencies": {
172         "SensorsAnalyticsSDK/Core": [
174         ]
175       },
176       "source_files": "SensorsAnalyticsSDK/Location/**/*.{h,m}",
177       "public_header_files": "SensorsAnalyticsSDK/Location/SensorsAnalyticsSDK+Location.h"
178     },
179     {
180       "name": "DeviceOrientation",
181       "platforms": {
182         "ios": "8.0"
183       },
184       "dependencies": {
185         "SensorsAnalyticsSDK/Core": [
187         ]
188       },
189       "source_files": "SensorsAnalyticsSDK/DeviceOrientation/**/*.{h,m}",
190       "public_header_files": "SensorsAnalyticsSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
191       "frameworks": "CoreMotion"
192     },
193     {
194       "name": "AppPush",
195       "platforms": {
196         "ios": "8.0"
197       },
198       "dependencies": {
199         "SensorsAnalyticsSDK/Core": [
201         ]
202       },
203       "source_files": "SensorsAnalyticsSDK/AppPush/**/*.{h,m}",
204       "public_header_files": "SensorsAnalyticsSDK/AppPush/SAConfigOptions+AppPush.h"
205     },
206     {
207       "name": "Exception",
208       "platforms": {
209         "ios": "8.0"
210       },
211       "dependencies": {
212         "SensorsAnalyticsSDK/Common": [
214         ]
215       },
216       "source_files": "SensorsAnalyticsSDK/Exception/**/*.{h,m}",
217       "public_header_files": "SensorsAnalyticsSDK/Exception/SAConfigOptions+Exception.h"
218     },
219     {
220       "name": "WebView",
221       "platforms": {
222         "ios": "8.0"
223       },
224       "dependencies": {
225         "SensorsAnalyticsSDK/Core": [
227         ]
228       },
229       "source_files": "SensorsAnalyticsSDK/WebView/**/*.{h,m}",
230       "public_header_files": "SensorsAnalyticsSDK/WebView/SensorsAnalyticsSDK+WebView.h"
231     },
232     {
233       "name": "WKWebView",
234       "platforms": {
235         "ios": "8.0"
236       },
237       "dependencies": {
238         "SensorsAnalyticsSDK/Core": [
240         ]
241       },
242       "source_files": "SensorsAnalyticsSDK/WKWebView/**/*.{h,m}",
243       "public_header_files": "SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
244     }
245   ]