[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / 7 / GrowingAnalytics / 3.2.0-beta / GrowingAnalytics.podspec.json
blobe0a9e0a50e5a001acb79e3e904c78cbae9bed6d9
2   "name": "GrowingAnalytics",
3   "version": "3.2.0-beta",
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": "3.2.0-beta"
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,.c,.cpp,.mm}"
30     },
31     {
32       "name": "Tracker",
33       "source_files": "GrowingTracker/**/*{.h,.m,.c,.cpp,.mm}",
34       "dependencies": {
35         "GrowingAnalytics/TrackerCore": [
37         ]
38       }
39     },
40     {
41       "name": "AutotrackerCore",
42       "source_files": "GrowingAutotrackerCore/**/*{.h,.m,.c,.cpp,.mm}",
43       "dependencies": {
44         "GrowingAnalytics/TrackerCore": [
46         ]
47       },
48       "private_header_files": "GrowingAutotrackerCore/Private/*{.h,.m,.c,.cpp,.mm}"
49     },
50     {
51       "name": "Autotracker",
52       "source_files": "GrowingAutotracker/**/*{.h,.m,.c,.cpp,.mm}",
53       "dependencies": {
54         "GrowingAnalytics/AutotrackerCore": [
56         ]
57       }
58     },
59     {
60       "name": "DISABLE_IDFA",
61       "dependencies": {
62         "GrowingAnalytics/TrackerCore": [
64         ]
65       },
66       "pod_target_xcconfig": {
67         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_ANALYSIS_DISABLE_IDFA=1"
68       }
69     },
70     {
71       "name": "ENABLE_ENCRYPTION",
72       "dependencies": {
73         "GrowingAnalytics/TrackerCore": [
75         ]
76       },
77       "pod_target_xcconfig": {
78         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_ANALYSIS_ENABLE_ENCRYPTION=1"
79       }
80     }
81   ]