[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 9 / GrowingToolsKit / 2.0.1 / GrowingToolsKit.podspec.json
blob2b197fd8b1e49d59a2efea034821b92bbe09849b
2   "name": "GrowingToolsKit",
3   "version": "2.0.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": "2.0.1"
17   },
18   "platforms": {
19     "ios": "10.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": "UseInRelease",
33       "source_files": [
34         "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
35         "Sources/Core/UseInRelease/GrowingTKUseInRelease.m"
36       ],
37       "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
38       "dependencies": {
39         "GrowingToolsKit/Default": [
41         ]
42       }
43     },
44     {
45       "name": "Default",
46       "dependencies": {
47         "GrowingToolsKit/Core": [
49         ],
50         "GrowingToolsKit/SDKInfo": [
52         ],
53         "GrowingToolsKit/EventsList": [
55         ],
56         "GrowingToolsKit/XPathTrack": [
58         ],
59         "GrowingToolsKit/NetFlow": [
61         ],
62         "GrowingToolsKit/Realtime": [
64         ],
65         "GrowingToolsKit/Settings": [
67         ],
68         "GrowingToolsKit/CrashMonitor": [
70         ],
71         "GrowingToolsKit/LaunchTime": [
73         ]
74       }
75     },
76     {
77       "name": "SDK30202",
78       "source_files": "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
79       "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
80       "dependencies": {
81         "GrowingToolsKit/Default": [
83         ]
84       },
85       "pod_target_xcconfig": {
86         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK30202=1",
87         "OTHER_LDFLAGS": "-Wl,-U,_GrowingTrackerVersionName -Wl,-U,_GrowingTrackerVersionCode"
88       },
89       "xcconfig": {
90         "ENABLE_BITCODE": "NO"
91       }
92     },
93     {
94       "name": "SDK2nd",
95       "source_files": "Sources/GrowingToolsKit/GrowingToolsKit{.h,.m}",
96       "public_header_files": "Sources/GrowingToolsKit/GrowingToolsKit.h",
97       "dependencies": {
98         "GrowingToolsKit/Default": [
100         ]
101       },
102       "pod_target_xcconfig": {
103         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK2nd=1",
104         "OTHER_LDFLAGS": "-Wl,-U,_g_GDPRFlag -Wl,-U,_g_readClipBoardEnable -Wl,-U,_g_asaEnabled"
105       },
106       "xcconfig": {
107         "ENABLE_BITCODE": "NO"
108       }
109     },
110     {
111       "name": "Core",
112       "source_files": "Sources/Core/**/*{.h,.m,.c,.cpp,.mm}",
113       "public_header_files": "Sources/Core/Public/*.h",
114       "exclude_files": "Sources/Core/UseInRelease/GrowingTKUseInRelease.m",
115       "resource_bundles": {
116         "GrowingToolsKit": [
117           "Sources/Core/Resources/**/*"
118         ]
119       }
120     },
121     {
122       "name": "SDKInfo",
123       "source_files": "Sources/SDKInfo/**/*{.h,.m,.c,.cpp,.mm}",
124       "public_header_files": "Sources/SDKInfo/Public/*.h",
125       "dependencies": {
126         "GrowingToolsKit/Core": [
128         ]
129       }
130     },
131     {
132       "name": "EventsList",
133       "source_files": "Sources/EventsList/**/*{.h,.m,.c,.cpp,.mm}",
134       "public_header_files": "Sources/EventsList/Public/*.h",
135       "dependencies": {
136         "GrowingToolsKit/Core": [
138         ]
139       }
140     },
141     {
142       "name": "XPathTrack",
143       "source_files": "Sources/XPathTrack/**/*{.h,.m,.c,.cpp,.mm}",
144       "public_header_files": "Sources/XPathTrack/Public/*.h",
145       "dependencies": {
146         "GrowingToolsKit/Core": [
148         ]
149       }
150     },
151     {
152       "name": "NetFlow",
153       "source_files": "Sources/NetFlow/**/*{.h,.m,.c,.cpp,.mm}",
154       "public_header_files": "Sources/NetFlow/Public/*.h",
155       "dependencies": {
156         "GrowingToolsKit/Core": [
158         ]
159       }
160     },
161     {
162       "name": "Realtime",
163       "source_files": "Sources/Realtime/**/*{.h,.m,.c,.cpp,.mm}",
164       "public_header_files": "Sources/Realtime/Public/*.h",
165       "dependencies": {
166         "GrowingToolsKit/Core": [
168         ]
169       }
170     },
171     {
172       "name": "APMCore",
173       "source_files": "Sources/APMCore/**/*{.h,.m,.c,.cpp,.mm}",
174       "dependencies": {
175         "GrowingToolsKit/Core": [
177         ],
178         "GrowingAPM/Core": [
180         ]
181       }
182     },
183     {
184       "name": "CrashMonitor",
185       "source_files": "Sources/CrashMonitor/**/*{.h,.m,.c,.cpp,.mm}",
186       "public_header_files": "Sources/CrashMonitor/Public/*.h",
187       "dependencies": {
188         "GrowingToolsKit/APMCore": [
190         ],
191         "GrowingAPM/CrashMonitor": [
193         ]
194       }
195     },
196     {
197       "name": "LaunchTime",
198       "source_files": "Sources/LaunchTime/**/*{.h,.m,.c,.cpp,.mm}",
199       "public_header_files": "Sources/LaunchTime/Public/*.h",
200       "dependencies": {
201         "GrowingToolsKit/APMCore": [
203         ],
204         "GrowingAPM/UIMonitor": [
206         ]
207       }
208     },
209     {
210       "name": "Settings",
211       "source_files": "Sources/Settings/**/*{.h,.m,.c,.cpp,.mm}",
212       "public_header_files": "Sources/Settings/Public/*.h",
213       "dependencies": {
214         "GrowingToolsKit/Core": [
216         ]
217       }
218     }
219   ]