[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 9 / 6 / CMTrackerSDK / 0.1.0 / CMTrackerSDK.podspec.json
blob228e252eaa34919bc9e73264b852d2ed71c5d800
2   "name": "CMTrackerSDK",
3   "version": "0.1.0",
4   "summary": "A short description of CMTrackerSDK.",
5   "description": "Add long description of the pod here.",
6   "homepage": "http://172.21.48.2:8000/zrgj-pengpeng/iostrackersdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pengpeng": "pengpeng075@chinasoftinc.com"
13   },
14   "source": {
15     "git": "http://172.21.48.2:8000/zrgj-pengpeng/iostrackersdk.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.10"
21   },
22   "default_subspecs": "Core",
23   "frameworks": [
24     "Foundation",
25     "SystemConfiguration"
26   ],
27   "libraries": [
28     "icucore",
29     "z"
30   ],
31   "subspecs": [
32     {
33       "name": "__Store",
34       "source_files": "CMTrackerSDK/Store/*.{h,m}",
35       "public_header_files": [
36         "CMTrackerSDK/Store/SABaseStoreManager.h",
37         "CMTrackerSDK/Store/SAStorePlugin.h",
38         "CMTrackerSDK/Store/SAAESStorePlugin.h"
39       ]
40     },
41     {
42       "name": "Base",
43       "source_files": "CMTrackerSDK/Core/**/*.{h,m}",
44       "exclude_files": [
45         "CMTrackerSDK/Core/SAAlertController.h",
46         "CMTrackerSDK/Core/SAAlertController.m"
47       ],
48       "public_header_files": [
49         "CMTrackerSDK/Core/SensorsAnalyticsSDK.h",
50         "CMTrackerSDK/Core/SensorsAnalyticsSDK+Public.h",
51         "CMTrackerSDK/Core/SASecurityPolicy.h",
52         "CMTrackerSDK/Core/SAConfigOptions.h",
53         "CMTrackerSDK/Core/SAConstants.h",
54         "CMTrackerSDK/Core/PropertyPlugin/SAPropertyPlugin.h"
55       ],
56       "resources": "CMTrackerSDK/SensorsAnalyticsSDK.bundle",
57       "ios": {
58         "frameworks": "CoreTelephony"
59       },
60       "dependencies": {
61         "CMTrackerSDK/__Store": [
63         ]
64       }
65     },
66     {
67       "name": "Extension",
68       "dependencies": {
69         "CMTrackerSDK/Base": [
71         ]
72       }
73     },
74     {
75       "name": "Common",
76       "dependencies": {
77         "CMTrackerSDK/Extension": [
79         ]
80       },
81       "public_header_files": "CMTrackerSDK/JSBridge/SensorsAnalyticsSDK+JavaScriptBridge.h",
82       "source_files": [
83         "CMTrackerSDK/Core/SAAlertController.{h,m}",
84         "CMTrackerSDK/JSBridge/**/*.{h,m}"
85       ],
86       "ios": {
87         "source_files": [
88           "CMTrackerSDK/RemoteConfig/**/*.{h,m}",
89           "CMTrackerSDK/ChannelMatch/**/*.{h,m}",
90           "CMTrackerSDK/Encrypt/**/*.{h,m}",
91           "CMTrackerSDK/Deeplink/**/*.{h,m}",
92           "CMTrackerSDK/DebugMode/**/*.{h,m}",
93           "CMTrackerSDK/Core/SAAlertController.h"
94         ],
95         "public_header_files": [
96           "CMTrackerSDK/{Encrypt,RemoteConfig,ChannelMatch,Deeplink,DebugMode}/{SAConfigOptions,SensorsAnalyticsSDK}+*.h",
97           "CMTrackerSDK/Encrypt/SAEncryptProtocol.h",
98           "CMTrackerSDK/Encrypt/SASecretKey.h",
99           "CMTrackerSDK/Deeplink/SASlinkCreator.h"
100         ]
101       }
102     },
103     {
104       "name": "Core",
105       "ios": {
106         "dependencies": {
107           "CMTrackerSDK/Visualized": [
109           ]
110         }
111       },
112       "osx": {
113         "dependencies": {
114           "CMTrackerSDK/Common": [
116           ]
117         }
118       }
119     },
120     {
121       "name": "AutoTrack",
122       "platforms": {
123         "ios": "12.0"
124       },
125       "dependencies": {
126         "CMTrackerSDK/Common": [
128         ]
129       },
130       "source_files": "CMTrackerSDK/AutoTrack/**/*.{h,m}",
131       "public_header_files": [
132         "CMTrackerSDK/AutoTrack/SensorsAnalyticsSDK+SAAutoTrack.h",
133         "CMTrackerSDK/AutoTrack/SAConfigOptions+AutoTrack.h"
134       ],
135       "frameworks": "UIKit"
136     },
137     {
138       "name": "Visualized",
139       "platforms": {
140         "ios": "12.0"
141       },
142       "dependencies": {
143         "CMTrackerSDK/AutoTrack": [
145         ]
146       },
147       "source_files": "CMTrackerSDK/Visualized/**/*.{h,m}",
148       "public_header_files": [
149         "CMTrackerSDK/Visualized/SensorsAnalyticsSDK+Visualized.h",
150         "CMTrackerSDK/Visualized/SAConfigOptions+Visualized.h"
151       ]
152     },
153     {
154       "name": "Location",
155       "platforms": {
156         "ios": "12.0"
157       },
158       "frameworks": "CoreLocation",
159       "dependencies": {
160         "CMTrackerSDK/Core": [
162         ]
163       },
164       "source_files": "CMTrackerSDK/Location/**/*.{h,m}",
165       "public_header_files": "CMTrackerSDK/Location/SensorsAnalyticsSDK+Location.h"
166     },
167     {
168       "name": "DeviceOrientation",
169       "platforms": {
170         "ios": "12.0"
171       },
172       "dependencies": {
173         "CMTrackerSDK/Core": [
175         ]
176       },
177       "source_files": "CMTrackerSDK/DeviceOrientation/**/*.{h,m}",
178       "public_header_files": "CMTrackerSDK/DeviceOrientation/SensorsAnalyticsSDK+DeviceOrientation.h",
179       "frameworks": "CoreMotion"
180     },
181     {
182       "name": "AppPush",
183       "platforms": {
184         "ios": "12.0"
185       },
186       "dependencies": {
187         "CMTrackerSDK/Core": [
189         ]
190       },
191       "source_files": "CMTrackerSDK/AppPush/**/*.{h,m}",
192       "public_header_files": "CMTrackerSDK/AppPush/SAConfigOptions+AppPush.h"
193     },
194     {
195       "name": "Exception",
196       "platforms": {
197         "ios": "12.0"
198       },
199       "dependencies": {
200         "CMTrackerSDK/Common": [
202         ]
203       },
204       "source_files": "CMTrackerSDK/Exception/**/*.{h,m}",
205       "public_header_files": "CMTrackerSDK/Exception/SAConfigOptions+Exception.h"
206     },
207     {
208       "name": "WKWebView",
209       "platforms": {
210         "ios": "12.0"
211       },
212       "dependencies": {
213         "CMTrackerSDK/Core": [
215         ]
216       },
217       "source_files": "CMTrackerSDK/WKWebView/**/*.{h,m}",
218       "public_header_files": "CMTrackerSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h"
219     },
220     {
221       "name": "ApplicationExtension",
222       "dependencies": {
223         "CMTrackerSDK/Extension": [
225         ]
226       },
227       "source_files": "CMTrackerSDK/AppExtension/*.{h,m}",
228       "public_header_files": "CMTrackerSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h"
229     }
230   ]