[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 6 / f / GYDFoundation / 0.0.5 / GYDFoundation.podspec.json
blobce2c00795fd7a722ba2c9b564fde282eb1fc6e24
2   "name": "GYDFoundation",
3   "version": "0.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": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "ios": {
23     "requires_arc": true,
24     "frameworks": "UIKit"
25   },
26   "default_subspecs": [
27     "GYDFoundation",
28     "GYDDatabase",
29     "GYDHTTPConnect",
30     "GYDJSONObject"
31   ],
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "GYDFoundation/Tests/Placeholder/**/*",
37       "testspecs": [
38         {
39           "name": "GYDFoundation",
40           "test_type": "unit",
41           "ios": {
42             "source_files": [
43               "GYDFoundation/Tests/Base/**/*",
44               "GYDFoundation/Tests/iOS/**/*"
45             ]
46           },
47           "osx": {
48             "source_files": [
49               "GYDFoundation/Tests/Base/**/*",
50               "GYDFoundation/Tests/MacOS/**/*"
51             ]
52           }
53         },
54         {
55           "name": "GYDDatabase",
56           "test_type": "unit",
57           "source_files": "GYDDatabase/Tests/**/*"
58         },
59         {
60           "name": "GYDHTTPConnect",
61           "test_type": "unit",
62           "source_files": "GYDHTTPConnect/Tests/**/*"
63         },
64         {
65           "name": "GYDJSONObject",
66           "test_type": "unit",
67           "source_files": "GYDJSONObject/Tests/**/*"
68         }
69       ]
70     }
71   ],
72   "subspecs": [
73     {
74       "name": "GYDFoundation",
75       "ios": {
76         "source_files": [
77           "GYDFoundation/Code/Base/**/*",
78           "GYDFoundation/Code/iOS/**/*"
79         ]
80       },
81       "osx": {
82         "source_files": [
83           "GYDFoundation/Code/Base/**/*",
84           "GYDFoundation/Code/MacOS/**/*"
85         ]
86       }
87     },
88     {
89       "name": "GYDDatabase",
90       "source_files": "GYDDatabase/Code/**/*",
91       "dependencies": {
92         "FMDB": [
94         ],
95         "GYDFoundation/GYDFoundation": [
97         ]
98       },
99       "pod_target_xcconfig": {
100         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_DATABASE=1"
101       }
102     },
103     {
104       "name": "GYDHTTPConnect",
105       "source_files": "GYDHTTPConnect/Code/**/*",
106       "dependencies": {
107         "GYDFoundation/GYDFoundation": [
109         ]
110       },
111       "pod_target_xcconfig": {
112         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_HTTPCONNECT=1"
113       }
114     },
115     {
116       "name": "GYDJSONObject",
117       "source_files": "GYDJSONObject/Code/**/*",
118       "dependencies": {
119         "GYDFoundation/GYDFoundation": [
121         ]
122       },
123       "pod_target_xcconfig": {
124         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_JSON_OBJECT=1"
125       }
126     },
127     {
128       "name": "GYDJSONObjectNonatomic",
129       "dependencies": {
130         "GYDFoundation/GYDJSONObject": [
132         ]
133       },
134       "pod_target_xcconfig": {
135         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_JSON_OBJECT_ATOMIC=0"
136       }
137     },
138     {
139       "name": "Development",
140       "dependencies": {
141         "GYDFoundation/GYDFoundation": [
143         ]
144       },
145       "pod_target_xcconfig": {
146         "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_DEVELOPMENT=1"
147       }
148     },
149     {
150       "name": "Demo",
151       "subspecs": [
152         {
153           "name": "GYDFoundation",
154           "dependencies": {
155             "GYDFoundation/GYDFoundation": [
157             ]
158           },
159           "ios": {
160             "source_files": [
161               "GYDFoundation/Demo/Base/**/*",
162               "GYDFoundation/Demo/iOS/**/*"
163             ]
164           },
165           "osx": {
166             "source_files": [
167               "GYDFoundation/Demo/Base/**/*",
168               "GYDFoundation/Demo/MacOS/**/*"
169             ]
170           }
171         },
172         {
173           "name": "GYDDatabase",
174           "dependencies": {
175             "GYDFoundation/GYDDatabase": [
177             ]
178           },
179           "source_files": "GYDDatabase/Demo/**/*"
180         },
181         {
182           "name": "GYDHTTPConnect",
183           "dependencies": {
184             "GYDFoundation/GYDHTTPConnect": [
186             ]
187           },
188           "source_files": "GYDHTTPConnect/Demo/**/*"
189         },
190         {
191           "name": "GYDJSONObject",
192           "dependencies": {
193             "GYDFoundation/GYDJSONObject": [
195             ]
196           },
197           "source_files": "GYDJSONObject/Demo/**/*"
198         }
199       ]
200     }
201   ]