[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / 7 / b / ReportMyAnalytics-cdp / 3.6.0 / ReportMyAnalytics-cdp.podspec.json
blobf97c203b97d369f1c22b8f3f0e37ca91b3dcef94
2   "name": "ReportMyAnalytics-cdp",
3   "version": "3.6.0",
4   "summary": "iOS SDK",
5   "description": "GrowingAnalytics-cdp基于GrowingAnalytics,同样具备自动采集基本的用户行为事件,比如访问和行为数据等。\n目前支持代码埋点、无埋点、可视化圈选、热图等功能。适用于CDP客户。",
6   "homepage": "https://gitee.com/tim0523/report-sdk-ios-tracker.git",
7   "license": {
8     "type": "Apache2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GrowingIO": "support@growingio.com"
13   },
14   "source": {
15     "git": "https://gitee.com/tim0523/report-sdk-ios-tracker.git",
16     "tag": "3.6.0"
17   },
18   "platforms": {
19     "ios": "9.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": "9.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.6.0"
41         ],
42         "GrowingAnalytics/DefaultServices": [
43           "3.6.0"
44         ]
45       },
46       "ios": {
47         "dependencies": {
48           "GrowingAnalytics/Hybrid": [
49             "3.6.0"
50           ],
51           "GrowingAnalytics/MobileDebugger": [
52             "3.6.0"
53           ],
54           "GrowingAnalytics/WebCircle": [
55             "3.6.0"
56           ]
57         }
58       }
59     },
60     {
61       "name": "Tracker",
62       "platforms": {
63         "ios": "9.0"
64       },
65       "source_files": "GrowingTracker-cdp/**/*{.h,.m,.c,.cpp,.mm}",
66       "public_header_files": "GrowingTracker-cdp/*.h",
67       "ios": {
68         "dependencies": {
69           "GrowingAnalytics/TrackerCore": [
70             "3.6.0"
71           ],
72           "GrowingAnalytics/MobileDebugger": [
73             "3.6.0"
74           ],
75           "GrowingAnalytics/DefaultServices": [
76             "3.6.0"
77           ]
78         }
79       }
80     }
81   ]