[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / c / 0 / 8 / GrowingAnalytics-cdp / 0.0.1 / GrowingAnalytics-cdp.podspec.json
blobcb0939e598aee6d8e3f8e54d18246d65559ea8ce
2   "name": "GrowingAnalytics-cdp",
3   "version": "0.0.1",
4   "summary": "A short description of GrowingIO.",
5   "description": "TODO: Add long description of the pod here.",
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": "0.0.1"
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           "= 0.0.1"
33         ]
34       }
35     },
36     {
37       "name": "Tracker",
38       "source_files": "GrowingTracker/**/*{.h,.m}",
39       "dependencies": {
40         "GrowingAnalytics-cdp/TrackerCore": [
41           "= 0.0.1"
42         ]
43       }
44     },
45     {
46       "name": "Autotracker",
47       "source_files": "GrowingAutotracker/**/*{.h,.m}",
48       "dependencies": {
49         "GrowingAnalytics/AutotrackerCore": [
50           "= 0.0.1"
51         ],
52         "GrowingAnalytics-cdp/TrackerCore": [
53           "= 0.0.1"
54         ]
55       }
56     }
57   ]