[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / f / GYDFoundation / 1.0.5 / GYDFoundation.podspec.json
blob19ff789fb040cc23a25da7354745e0bee6aae792
2   "name": "GYDFoundation",
3   "version": "1.0.5",
4   "summary": "GYDFoundation",
5   "description": "平时积累的一些代码,\n也许有用,也许没用。",
6   "homepage": "https://github.com/pkgogai/GYDFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pkgogai": "pkgogai@163.com"
13   },
14   "source": {
15     "git": "https://github.com/pkgogai/GYDFoundation.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.13"
21   },
22   "ios": {
23     "requires_arc": true,
24     "frameworks": "UIKit"
25   },
26   "default_subspecs": [
27     "GYDFoundation",
28     "GYDDatabase",
29     "GYDHTTPConnect",
30     "GYDJSONObject",
31     "GYDModuleInterface"
32   ],
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "Tests/Placeholder/**/*",
38       "testspecs": [
39         {
40           "name": "GYDFoundation",
41           "test_type": "unit",
42           "ios": {
43             "source_files": [
44               "Tests/GYDFoundation/Base/**/*",
45               "Tests/GYDFoundation/iOS/**/*"
46             ]
47           },
48           "osx": {
49             "source_files": [
50               "Tests/GYDFoundation/Base/**/*",
51               "Tests/GYDFoundation/MacOS/**/*"
52             ]
53           }
54         },
55         {
56           "name": "GYDDatabase",
57           "test_type": "unit",
58           "source_files": "Tests/GYDDatabase/**/*"
59         },
60         {
61           "name": "GYDHTTPConnect",
62           "test_type": "unit",
63           "source_files": "Tests/GYDHTTPConnect/**/*"
64         },
65         {
66           "name": "GYDJSONObject",
67           "test_type": "unit",
68           "source_files": "Tests/GYDJSONObject/**/*"
69         }
70       ]
71     }
72   ],
73   "subspecs": [
74     {
75       "name": "GYDFoundation",
76       "ios": {
77         "source_files": [
78           "Code/GYDFoundation/Base/**/*",
79           "Code/GYDFoundation/iOS/**/*"
80         ]
81       },
82       "osx": {
83         "source_files": [
84           "Code/GYDFoundation/Base/**/*",
85           "Code/GYDFoundation/MacOS/**/*"
86         ]
87       }
88     },
89     {
90       "name": "GYDDatabase",
91       "source_files": "Code/GYDDatabase/**/*",
92       "dependencies": {
93         "FMDB": [
95         ],
96         "GYDFoundation/GYDFoundation": [
98         ]
99       },
100       "pod_target_xcconfig": {
101         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_DATABASE=1"
102       }
103     },
104     {
105       "name": "GYDHTTPConnect",
106       "source_files": "Code/GYDHTTPConnect/**/*",
107       "dependencies": {
108         "GYDFoundation/GYDFoundation": [
110         ]
111       },
112       "pod_target_xcconfig": {
113         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_HTTPCONNECT=1"
114       }
115     },
116     {
117       "name": "GYDJSONObject",
118       "source_files": "Code/GYDJSONObject/**/*",
119       "dependencies": {
120         "GYDFoundation/GYDFoundation": [
122         ]
123       },
124       "pod_target_xcconfig": {
125         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_JSON_OBJECT=1"
126       }
127     },
128     {
129       "name": "GYDModuleInterface",
130       "source_files": "Code/GYDModuleInterface/**/*",
131       "dependencies": {
132         "GYDFoundation/GYDFoundation": [
134         ]
135       },
136       "pod_target_xcconfig": {
137         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_MODULE_INTERFACE=1"
138       }
139     },
140     {
141       "name": "GYDShellTools",
142       "osx": {
143         "source_files": "Code/GYDShellTools/**/*"
144       },
145       "dependencies": {
146         "GYDFoundation/GYDFoundation": [
148         ],
149         "GYDFoundation/GYDDatabase": [
151         ],
152         "GYDFoundation/GYDHTTPConnect": [
154         ],
155         "GYDFoundation/GYDJSONObject": [
157         ],
158         "GYDFoundation/GYDModuleInterface": [
160         ]
161       }
162     },
163     {
164       "name": "GYDJSONObjectNonatomic",
165       "dependencies": {
166         "GYDFoundation/GYDJSONObject": [
168         ]
169       },
170       "pod_target_xcconfig": {
171         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_JSON_OBJECT_ATOMIC=0"
172       }
173     },
174     {
175       "name": "GYDDatabaseNoEscape",
176       "dependencies": {
177         "GYDFoundation/GYDDatabase": [
179         ]
180       },
181       "pod_target_xcconfig": {
182         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_DATABASE_NEED_ESCAPE=0"
183       }
184     },
185     {
186       "name": "Development",
187       "dependencies": {
188         "GYDFoundation/GYDFoundation": [
190         ]
191       },
192       "pod_target_xcconfig": {
193         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_DEVELOPMENT=1"
194       }
195     }
196   ]