[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 8 / GrowingAnalytics-cdp / 3.3.1-hotfix.2 / GrowingAnalytics-cdp.podspec.json
blobe478e2ae2a2051e700079842aff700b503401aff
2   "name": "GrowingAnalytics-cdp",
3   "version": "3.3.1-hotfix.2",
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-cdp.git",
16     "tag": "3.3.1-hotfix.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "frameworks": "WebKit"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Autotracker",
26   "subspecs": [
27     {
28       "name": "TrackerCore",
29       "source_files": "GrowingTrackerCore/**/*{.h,.m}",
30       "dependencies": {
31         "GrowingAnalytics/TrackerCore": [
32           "3.3.1-hotfix.2"
33         ]
34       }
35     },
36     {
37       "name": "Tracker",
38       "source_files": "GrowingTracker/**/*{.h,.m}",
39       "dependencies": {
40         "GrowingAnalytics-cdp/TrackerCore": [
41           "3.3.1-hotfix.2"
42         ],
43         "GrowingAnalytics/MobileDebugger": [
44           "3.3.1-hotfix.2"
45         ],
46         "GrowingAnalytics/Database": [
47           "3.3.1-hotfix.2"
48         ],
49         "GrowingAnalytics/Network": [
50           "3.3.1-hotfix.2"
51         ],
52         "GrowingAnalytics/Encryption": [
53           "3.3.1-hotfix.2"
54         ],
55         "GrowingAnalytics/Compression": [
56           "3.3.1-hotfix.2"
57         ]
58       }
59     },
60     {
61       "name": "Autotracker",
62       "source_files": "GrowingAutotracker/**/*{.h,.m}",
63       "dependencies": {
64         "GrowingAnalytics/AutotrackerCore": [
65           "3.3.1-hotfix.2"
66         ],
67         "GrowingAnalytics-cdp/TrackerCore": [
68           "3.3.1-hotfix.2"
69         ],
70         "GrowingAnalytics/Hybrid": [
71           "3.3.1-hotfix.2"
72         ],
73         "GrowingAnalytics/MobileDebugger": [
74           "3.3.1-hotfix.2"
75         ],
76         "GrowingAnalytics/WebCircle": [
77           "3.3.1-hotfix.2"
78         ],
79         "GrowingAnalytics/Database": [
80           "3.3.1-hotfix.2"
81         ],
82         "GrowingAnalytics/Network": [
83           "3.3.1-hotfix.2"
84         ],
85         "GrowingAnalytics/Encryption": [
86           "3.3.1-hotfix.2"
87         ],
88         "GrowingAnalytics/Compression": [
89           "3.3.1-hotfix.2"
90         ]
91       }
92     }
93   ]