[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / 8 / GrowingAnalytics-cdp / 3.7.0 / GrowingAnalytics-cdp.podspec.json
blob2340295d325a707d9e213c03c73672645edebb05
2   "name": "GrowingAnalytics-cdp",
3   "version": "3.7.0",
4   "summary": "iOS SDK of GrowingIO.",
5   "description": "GrowingAnalytics-cdp基于GrowingAnalytics,同样具备自动采集基本的用户行为事件,比如访问和行为数据等。\n目前支持代码埋点、无埋点、可视化圈选、热图等功能。适用于CDP客户。",
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": "3.7.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12"
21   },
22   "ios": {
23     "frameworks": "WebKit"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Autotracker",
27   "pod_target_xcconfig": {
28     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_ROOT}/GrowingAnalytics\""
29   },
30   "subspecs": [
31     {
32       "name": "Autotracker",
33       "platforms": {
34         "ios": "10.0"
35       },
36       "source_files": "GrowingAutotracker-cdp/**/*{.h,.m,.c,.cpp,.mm}",
37       "public_header_files": "GrowingAutotracker-cdp/*.h",
38       "dependencies": {
39         "GrowingAnalytics/AutotrackerCore": [
40           "3.7.0"
41         ],
42         "GrowingAnalytics/DefaultServices": [
43           "3.7.0"
44         ]
45       },
46       "ios": {
47         "dependencies": {
48           "GrowingAnalytics/Hybrid": [
49             "3.7.0"
50           ],
51           "GrowingAnalytics/MobileDebugger": [
52             "3.7.0"
53           ],
54           "GrowingAnalytics/WebCircle": [
55             "3.7.0"
56           ]
57         }
58       }
59     },
60     {
61       "name": "Tracker",
62       "source_files": "GrowingTracker-cdp/**/*{.h,.m,.c,.cpp,.mm}",
63       "public_header_files": "GrowingTracker-cdp/*.h",
64       "dependencies": {
65         "GrowingAnalytics/TrackerCore": [
66           "3.7.0"
67         ],
68         "GrowingAnalytics/DefaultServices": [
69           "3.7.0"
70         ]
71       },
72       "ios": {
73         "dependencies": {
74           "GrowingAnalytics/MobileDebugger": [
75             "3.7.0"
76           ]
77         }
78       }
79     }
80   ]