[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / 7 / GrowingAnalytics / 4.2.0-hotfix.1 / GrowingAnalytics.podspec.json
blobc497faa894323e6733453d2dff6193bfe02f51c9
2   "name": "GrowingAnalytics",
3   "version": "4.2.0-hotfix.1",
4   "summary": "iOS SDK of GrowingIO.",
5   "description": "GrowingAnalytics具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。",
6   "homepage": "https://www.growingio.com/",
7   "license": {
8     "type": "Apache2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GrowingIO": "support@growingio.com"
13   },
14   "source": {
15     "git": "https://github.com/growingio/growingio-sdk-ios-autotracker.git",
16     "tag": "4.2.0-hotfix.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "watchos": "7.0",
22     "tvos": "12.0"
23   },
24   "ios": {
25     "frameworks": "WebKit"
26   },
27   "requires_arc": true,
28   "default_subspecs": "Autotracker",
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
31   },
32   "subspecs": [
33     {
34       "name": "Autotracker",
35       "platforms": {
36         "ios": "10.0",
37         "tvos": "12.0"
38       },
39       "source_files": "GrowingAutotracker/**/*{.h,.m,.c,.cpp,.mm}",
40       "public_header_files": "GrowingAutotracker/*.h",
41       "dependencies": {
42         "GrowingAnalytics/AutotrackerCore": [
43           "4.2.0-hotfix.1"
44         ],
45         "GrowingAnalytics/DefaultServices": [
46           "4.2.0-hotfix.1"
47         ]
48       },
49       "ios": {
50         "dependencies": {
51           "GrowingAnalytics/Hybrid": [
52             "4.2.0-hotfix.1"
53           ],
54           "GrowingAnalytics/MobileDebugger": [
55             "4.2.0-hotfix.1"
56           ],
57           "GrowingAnalytics/WebCircle": [
58             "4.2.0-hotfix.1"
59           ]
60         }
61       }
62     },
63     {
64       "name": "Tracker",
65       "source_files": "GrowingTracker/**/*{.h,.m,.c,.cpp,.mm}",
66       "public_header_files": "GrowingTracker/*.h",
67       "dependencies": {
68         "GrowingAnalytics/TrackerCore": [
69           "4.2.0-hotfix.1"
70         ],
71         "GrowingAnalytics/DefaultServices": [
72           "4.2.0-hotfix.1"
73         ]
74       },
75       "ios": {
76         "dependencies": {
77           "GrowingAnalytics/MobileDebugger": [
78             "4.2.0-hotfix.1"
79           ]
80         }
81       }
82     },
83     {
84       "name": "TrackerCore",
85       "dependencies": {
86         "GrowingUtils/TrackerCore": [
87           "~> 1.2.3"
88         ]
89       },
90       "source_files": "GrowingTrackerCore/**/*{.h,.m,.c,.cpp,.mm}",
91       "public_header_files": "GrowingTrackerCore/Public/*.h",
92       "ios": {
93         "resource_bundles": {
94           "GrowingAnalytics": [
95             "Resources/iOS/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy"
96           ]
97         }
98       },
99       "osx": {
100         "resource_bundles": {
101           "GrowingAnalytics": [
102             "Resources/macOS/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy"
103           ]
104         }
105       },
106       "watchos": {
107         "resource_bundles": {
108           "GrowingAnalytics": [
109             "Resources/iOS/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy"
110           ]
111         }
112       },
113       "tvos": {
114         "resource_bundles": {
115           "GrowingAnalytics": [
116             "Resources/iOS/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy"
117           ]
118         }
119       },
120       "libraries": "c++"
121     },
122     {
123       "name": "AutotrackerCore",
124       "platforms": {
125         "ios": "10.0",
126         "tvos": "12.0"
127       },
128       "dependencies": {
129         "GrowingUtils/AutotrackerCore": [
130           "~> 1.2.3"
131         ],
132         "GrowingAnalytics/TrackerCore": [
133           "4.2.0-hotfix.1"
134         ]
135       },
136       "source_files": "GrowingAutotrackerCore/**/*{.h,.m,.c,.cpp,.mm}",
137       "public_header_files": "GrowingAutotrackerCore/Public/*.h"
138     },
139     {
140       "name": "Database",
141       "source_files": "Services/Database/**/*{.h,.m,.c,.cpp,.mm}",
142       "public_header_files": "Services/Database/include/*.h",
143       "dependencies": {
144         "GrowingAnalytics/TrackerCore": [
145           "4.2.0-hotfix.1"
146         ]
147       }
148     },
149     {
150       "name": "JSON",
151       "source_files": "Services/JSON/**/*{.h,.m,.c,.cpp,.mm}",
152       "public_header_files": "Services/JSON/include/*.h",
153       "dependencies": {
154         "GrowingAnalytics/Database": [
155           "4.2.0-hotfix.1"
156         ]
157       }
158     },
159     {
160       "name": "Protobuf",
161       "source_files": "Services/Protobuf/**/*{.h,.m,.c,.cpp,.mm}",
162       "exclude_files": "Services/Protobuf/Proto/**/*{.h,.m,.c,.cpp,.mm}",
163       "public_header_files": "Services/Protobuf/include/*.h",
164       "dependencies": {
165         "GrowingAnalytics/Database": [
166           "4.2.0-hotfix.1"
167         ]
168       },
169       "subspecs": [
170         {
171           "name": "Proto",
172           "source_files": "Services/Protobuf/Proto/**/*{.h,.m,.c,.cpp,.mm}",
173           "public_header_files": "Services/Protobuf/Proto/include/*.h",
174           "requires_arc": false,
175           "dependencies": {
176             "Protobuf": [
177               ">= 3.22.0"
178             ]
179           }
180         }
181       ]
182     },
183     {
184       "name": "Network",
185       "source_files": "Services/Network/**/*{.h,.m,.c,.cpp,.mm}",
186       "public_header_files": "Services/Network/include/*.h",
187       "dependencies": {
188         "GrowingAnalytics/TrackerCore": [
189           "4.2.0-hotfix.1"
190         ]
191       }
192     },
193     {
194       "name": "WebSocket",
195       "platforms": {
196         "ios": "10.0"
197       },
198       "source_files": "Services/WebSocket/**/*{.h,.m,.c,.cpp,.mm}",
199       "public_header_files": "Services/WebSocket/include/*.h",
200       "dependencies": {
201         "GrowingAnalytics/TrackerCore": [
202           "4.2.0-hotfix.1"
203         ]
204       }
205     },
206     {
207       "name": "Compression",
208       "source_files": "Services/Compression/**/*{.h,.m,.c,.cpp,.mm}",
209       "public_header_files": "Services/Compression/include/*.h",
210       "dependencies": {
211         "GrowingAnalytics/TrackerCore": [
212           "4.2.0-hotfix.1"
213         ]
214       }
215     },
216     {
217       "name": "Encryption",
218       "source_files": "Services/Encryption/**/*{.h,.m,.c,.cpp,.mm}",
219       "public_header_files": "Services/Encryption/include/*.h",
220       "dependencies": {
221         "GrowingAnalytics/TrackerCore": [
222           "4.2.0-hotfix.1"
223         ]
224       }
225     },
226     {
227       "name": "Screenshot",
228       "platforms": {
229         "ios": "10.0"
230       },
231       "source_files": "Services/Screenshot/**/*{.h,.m,.c,.cpp,.mm}",
232       "public_header_files": "Services/Screenshot/include/*.h",
233       "dependencies": {
234         "GrowingAnalytics/TrackerCore": [
235           "4.2.0-hotfix.1"
236         ]
237       }
238     },
239     {
240       "name": "DefaultServices",
241       "source_files": "Modules/DefaultServices/**/*{.h,.m,.c,.cpp,.mm}",
242       "public_header_files": "Modules/DefaultServices/include/*.h",
243       "dependencies": {
244         "GrowingAnalytics/TrackerCore": [
245           "4.2.0-hotfix.1"
246         ],
247         "GrowingAnalytics/JSON": [
248           "4.2.0-hotfix.1"
249         ],
250         "GrowingAnalytics/Protobuf": [
251           "4.2.0-hotfix.1"
252         ],
253         "GrowingAnalytics/Network": [
254           "4.2.0-hotfix.1"
255         ],
256         "GrowingAnalytics/Encryption": [
257           "4.2.0-hotfix.1"
258         ],
259         "GrowingAnalytics/Compression": [
260           "4.2.0-hotfix.1"
261         ]
262       }
263     },
264     {
265       "name": "MobileDebugger",
266       "platforms": {
267         "ios": "10.0"
268       },
269       "source_files": "Modules/MobileDebugger/**/*{.h,.m,.c,.cpp,.mm}",
270       "public_header_files": "Modules/MobileDebugger/include/*.h",
271       "dependencies": {
272         "GrowingAnalytics/TrackerCore": [
273           "4.2.0-hotfix.1"
274         ],
275         "GrowingAnalytics/WebSocket": [
276           "4.2.0-hotfix.1"
277         ],
278         "GrowingAnalytics/Screenshot": [
279           "4.2.0-hotfix.1"
280         ]
281       }
282     },
283     {
284       "name": "WebCircle",
285       "platforms": {
286         "ios": "10.0"
287       },
288       "source_files": "Modules/WebCircle/**/*{.h,.m,.c,.cpp,.mm}",
289       "public_header_files": "Modules/WebCircle/include/*.h",
290       "dependencies": {
291         "GrowingAnalytics/AutotrackerCore": [
292           "4.2.0-hotfix.1"
293         ],
294         "GrowingAnalytics/Hybrid": [
295           "4.2.0-hotfix.1"
296         ],
297         "GrowingAnalytics/WebSocket": [
298           "4.2.0-hotfix.1"
299         ],
300         "GrowingAnalytics/Screenshot": [
301           "4.2.0-hotfix.1"
302         ]
303       }
304     },
305     {
306       "name": "ImpressionTrack",
307       "platforms": {
308         "ios": "10.0"
309       },
310       "source_files": "Modules/ImpressionTrack/**/*{.h,.m,.c,.cpp,.mm}",
311       "public_header_files": "Modules/ImpressionTrack/Public/*.h",
312       "dependencies": {
313         "GrowingAnalytics/AutotrackerCore": [
314           "4.2.0-hotfix.1"
315         ]
316       }
317     },
318     {
319       "name": "Hybrid",
320       "platforms": {
321         "ios": "10.0"
322       },
323       "source_files": "Modules/Hybrid/**/*{.h,.m,.c,.cpp,.mm}",
324       "public_header_files": "Modules/Hybrid/Public/*.h",
325       "dependencies": {
326         "GrowingAnalytics/TrackerCore": [
327           "4.2.0-hotfix.1"
328         ]
329       }
330     },
331     {
332       "name": "Ads",
333       "platforms": {
334         "ios": "10.0"
335       },
336       "source_files": "Modules/Advertising/**/*{.h,.m,.c,.cpp,.mm}",
337       "public_header_files": "Modules/Advertising/Public/*.h",
338       "dependencies": {
339         "GrowingAnalytics/TrackerCore": [
340           "4.2.0-hotfix.1"
341         ]
342       }
343     },
344     {
345       "name": "APM",
346       "platforms": {
347         "ios": "10.0"
348       },
349       "source_files": "Modules/APM/**/*{.h,.m,.c,.cpp,.mm}",
350       "public_header_files": "Modules/APM/Public/*.h",
351       "dependencies": {
352         "GrowingAnalytics/TrackerCore": [
353           "4.2.0-hotfix.1"
354         ],
355         "GrowingAPM/Core": [
356           "~> 1.0.1"
357         ]
358       }
359     },
360     {
361       "name": "V2Adapter",
362       "platforms": {
363         "ios": "10.0"
364       },
365       "source_files": "Modules/V2Adapter/**/*{.h,.m,.c,.cpp,.mm}",
366       "public_header_files": "Modules/V2Adapter/Public/*.h",
367       "dependencies": {
368         "GrowingAnalytics/AutotrackerCore": [
369           "4.2.0-hotfix.1"
370         ],
371         "GrowingAnalytics/V2AdapterTrackOnly": [
372           "4.2.0-hotfix.1"
373         ]
374       }
375     },
376     {
377       "name": "V2AdapterTrackOnly",
378       "platforms": {
379         "ios": "10.0"
380       },
381       "source_files": "Modules/V2AdapterTrackOnly/**/*{.h,.m,.c,.cpp,.mm}",
382       "public_header_files": "Modules/V2AdapterTrackOnly/Public/*.h",
383       "dependencies": {
384         "GrowingAnalytics/TrackerCore": [
385           "4.2.0-hotfix.1"
386         ]
387       }
388     },
389     {
390       "name": "ABTesting",
391       "platforms": {
392         "ios": "10.0"
393       },
394       "source_files": "Modules/ABTesting/**/*{.h,.m,.c,.cpp,.mm}",
395       "public_header_files": "Modules/ABTesting/Public/*.h",
396       "dependencies": {
397         "GrowingAnalytics/TrackerCore": [
398           "4.2.0-hotfix.1"
399         ]
400       }
401     },
402     {
403       "name": "Flutter",
404       "source_files": "Modules/Flutter/**/*{.h,.m,.c,.cpp,.mm}",
405       "public_header_files": "Modules/Flutter/include/*.h",
406       "dependencies": {
407         "GrowingAnalytics/TrackerCore": [
408           "4.2.0-hotfix.1"
409         ]
410       }
411     },
412     {
413       "name": "DISABLE_IDFA",
414       "pod_target_xcconfig": {
415         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_ANALYSIS_DISABLE_IDFA=1"
416       },
417       "dependencies": {
418         "GrowingAnalytics/TrackerCore": [
419           "4.2.0-hotfix.1"
420         ]
421       }
422     }
423   ]