[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 9 / GrowingToolsKit / 1.1.1 / GrowingToolsKit.podspec.json
blob9bc459995d1732d64bb8dcd2ccdb38afd0f77d2e
2   "name": "GrowingToolsKit",
3   "version": "1.1.1",
4   "summary": "GrowingToolsKit for iOS GrowingIO SDK",
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-toolskit.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "WebKit"
25     ]
26   },
27   "source_files": "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
28   "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
29   "default_subspecs": "Default",
30   "subspecs": [
31     {
32       "name": "Default",
33       "dependencies": {
34         "GrowingToolsKit/Core": [
36         ],
37         "GrowingToolsKit/SDKInfo": [
39         ],
40         "GrowingToolsKit/EventsList": [
42         ],
43         "GrowingToolsKit/XPathTrack": [
45         ],
46         "GrowingToolsKit/NetFlow": [
48         ],
49         "GrowingToolsKit/Realtime": [
51         ],
52         "GrowingToolsKit/Settings": [
54         ],
55         "GrowingToolsKit/CrashMonitor": [
57         ],
58         "GrowingToolsKit/LaunchTime": [
60         ]
61       }
62     },
63     {
64       "name": "SDK30202",
65       "source_files": "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
66       "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
67       "dependencies": {
68         "GrowingToolsKit/Default": [
70         ]
71       },
72       "pod_target_xcconfig": {
73         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK30202=1",
74         "OTHER_LDFLAGS": "-Wl,-U,_GrowingTrackerVersionName -Wl,-U,_GrowingTrackerVersionCode"
75       },
76       "xcconfig": {
77         "ENABLE_BITCODE": "NO"
78       }
79     },
80     {
81       "name": "SDK2nd",
82       "source_files": "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
83       "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
84       "dependencies": {
85         "GrowingToolsKit/Default": [
87         ]
88       },
89       "pod_target_xcconfig": {
90         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK2nd=1",
91         "OTHER_LDFLAGS": "-Wl,-U,_g_GDPRFlag -Wl,-U,_g_readClipBoardEnable -Wl,-U,_g_asaEnabled"
92       },
93       "xcconfig": {
94         "ENABLE_BITCODE": "NO"
95       }
96     },
97     {
98       "name": "Core",
99       "source_files": "Sources/Core/**/*{.h,.m,.c,.cpp,.mm}",
100       "public_header_files": "Sources/Core/Public/*.h",
101       "resource_bundles": {
102         "GrowingToolsKit": [
103           "Sources/Core/Resources/**/*"
104         ]
105       }
106     },
107     {
108       "name": "SDKInfo",
109       "source_files": "Sources/SDKInfo/**/*{.h,.m,.c,.cpp,.mm}",
110       "public_header_files": "Sources/SDKInfo/Public/*.h",
111       "dependencies": {
112         "GrowingToolsKit/Core": [
114         ]
115       }
116     },
117     {
118       "name": "EventsList",
119       "source_files": "Sources/EventsList/**/*{.h,.m,.c,.cpp,.mm}",
120       "public_header_files": "Sources/EventsList/Public/*.h",
121       "dependencies": {
122         "GrowingToolsKit/Core": [
124         ]
125       }
126     },
127     {
128       "name": "XPathTrack",
129       "source_files": "Sources/XPathTrack/**/*{.h,.m,.c,.cpp,.mm}",
130       "public_header_files": "Sources/XPathTrack/Public/*.h",
131       "dependencies": {
132         "GrowingToolsKit/Core": [
134         ]
135       }
136     },
137     {
138       "name": "NetFlow",
139       "source_files": "Sources/NetFlow/**/*{.h,.m,.c,.cpp,.mm}",
140       "public_header_files": "Sources/NetFlow/Public/*.h",
141       "dependencies": {
142         "GrowingToolsKit/Core": [
144         ]
145       }
146     },
147     {
148       "name": "Realtime",
149       "source_files": "Sources/Realtime/**/*{.h,.m,.c,.cpp,.mm}",
150       "public_header_files": "Sources/Realtime/Public/*.h",
151       "dependencies": {
152         "GrowingToolsKit/Core": [
154         ]
155       }
156     },
157     {
158       "name": "APMCore",
159       "source_files": "Sources/APMCore/**/*{.h,.m,.c,.cpp,.mm}",
160       "dependencies": {
161         "GrowingToolsKit/Core": [
163         ],
164         "GrowingAPM/Core": [
166         ]
167       }
168     },
169     {
170       "name": "CrashMonitor",
171       "source_files": "Sources/CrashMonitor/**/*{.h,.m,.c,.cpp,.mm}",
172       "public_header_files": "Sources/CrashMonitor/Public/*.h",
173       "dependencies": {
174         "GrowingToolsKit/APMCore": [
176         ],
177         "GrowingAPM/CrashMonitor": [
179         ]
180       }
181     },
182     {
183       "name": "LaunchTime",
184       "source_files": "Sources/LaunchTime/**/*{.h,.m,.c,.cpp,.mm}",
185       "public_header_files": "Sources/LaunchTime/Public/*.h",
186       "dependencies": {
187         "GrowingToolsKit/APMCore": [
189         ],
190         "GrowingAPM/UIMonitor": [
192         ]
193       }
194     },
195     {
196       "name": "Settings",
197       "source_files": "Sources/Settings/**/*{.h,.m,.c,.cpp,.mm}",
198       "public_header_files": "Sources/Settings/Public/*.h",
199       "dependencies": {
200         "GrowingToolsKit/Core": [
202         ]
203       }
204     }
205   ]