[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / e / 9 / GrowingToolsKit / 1.0.6 / GrowingToolsKit.podspec.json
blobfe4524c8d9da11c768162bec02b68bd364900a87
2   "name": "GrowingToolsKit",
3   "version": "1.0.6",
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.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "WebKit"
25     ]
26   },
27   "source_files": "GrowingToolsKit/GrowingToolsKit{.h,.m}",
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "GrowingToolsKit/Core": [
35         ],
36         "GrowingToolsKit/SDKInfo": [
38         ],
39         "GrowingToolsKit/EventsList": [
41         ],
42         "GrowingToolsKit/XPathTrack": [
44         ],
45         "GrowingToolsKit/NetFlow": [
47         ]
48       }
49     },
50     {
51       "name": "SDK30202",
52       "source_files": "GrowingToolsKit/GrowingToolsKit{.h,.m}",
53       "dependencies": {
54         "GrowingToolsKit/Default": [
56         ]
57       },
58       "pod_target_xcconfig": {
59         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK30202=1",
60         "OTHER_LDFLAGS": "-Wl,-U,_GrowingTrackerVersionName -Wl,-U,_GrowingTrackerVersionCode"
61       },
62       "xcconfig": {
63         "ENABLE_BITCODE": "NO"
64       }
65     },
66     {
67       "name": "SDK2nd",
68       "source_files": "GrowingToolsKit/GrowingToolsKit{.h,.m}",
69       "dependencies": {
70         "GrowingToolsKit/Default": [
72         ]
73       },
74       "pod_target_xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "GROWING_SDK2nd=1",
76         "OTHER_LDFLAGS": "-Wl,-U,_g_GDPRFlag -Wl,-U,_g_readClipBoardEnable -Wl,-U,_g_asaEnabled"
77       },
78       "xcconfig": {
79         "ENABLE_BITCODE": "NO"
80       }
81     },
82     {
83       "name": "Core",
84       "source_files": "GrowingToolsKit/Core/**/*{.h,.m,.c,.cpp,.mm}",
85       "dependencies": {
86         "GrowingToolsKit/Res": [
88         ]
89       }
90     },
91     {
92       "name": "Res",
93       "resource_bundles": {
94         "GrowingToolsKit": [
95           "GrowingToolsKit/Res/**/*"
96         ]
97       }
98     },
99     {
100       "name": "SDKInfo",
101       "source_files": "GrowingToolsKit/SDKInfo/**/*{.h,.m,.c,.cpp,.mm}",
102       "dependencies": {
103         "GrowingToolsKit/Core": [
105         ]
106       }
107     },
108     {
109       "name": "EventsList",
110       "source_files": "GrowingToolsKit/EventsList/**/*{.h,.m,.c,.cpp,.mm}",
111       "dependencies": {
112         "GrowingToolsKit/Core": [
114         ]
115       }
116     },
117     {
118       "name": "XPathTrack",
119       "source_files": "GrowingToolsKit/XPathTrack/**/*{.h,.m,.c,.cpp,.mm}",
120       "dependencies": {
121         "GrowingToolsKit/Core": [
123         ]
124       }
125     },
126     {
127       "name": "NetFlow",
128       "source_files": "GrowingToolsKit/NetFlow/**/*{.h,.m,.c,.cpp,.mm}",
129       "dependencies": {
130         "GrowingToolsKit/Core": [
132         ]
133       }
134     }
135   ]