2 "name": "GYDFoundation",
4 "summary": "GYDFoundation",
5 "description": "平时积累的一些代码,\n也许有用,也许没用。",
6 "homepage": "https://github.com/pkgogai/GYDFoundation",
12 "pkgogai": "pkgogai@163.com"
15 "git": "https://github.com/pkgogai/GYDFoundation.git",
36 "source_files": "GYDFoundation/Tests/Placeholder/**/*",
39 "name": "GYDFoundation",
43 "GYDFoundation/Tests/Base/**/*",
44 "GYDFoundation/Tests/iOS/**/*"
49 "GYDFoundation/Tests/Base/**/*",
50 "GYDFoundation/Tests/MacOS/**/*"
55 "name": "GYDDatabase",
57 "source_files": "GYDDatabase/Tests/**/*"
60 "name": "GYDHTTPConnect",
62 "source_files": "GYDHTTPConnect/Tests/**/*"
65 "name": "GYDJSONObject",
67 "source_files": "GYDJSONObject/Tests/**/*"
74 "name": "GYDFoundation",
77 "GYDFoundation/Code/Base/**/*",
78 "GYDFoundation/Code/iOS/**/*"
83 "GYDFoundation/Code/Base/**/*",
84 "GYDFoundation/Code/MacOS/**/*"
89 "name": "GYDDatabase",
90 "source_files": "GYDDatabase/Code/**/*",
95 "GYDFoundation/GYDFoundation": [
99 "pod_target_xcconfig": {
100 "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_DATABASE=1"
104 "name": "GYDHTTPConnect",
105 "source_files": "GYDHTTPConnect/Code/**/*",
107 "GYDFoundation/GYDFoundation": [
111 "pod_target_xcconfig": {
112 "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_HTTPCONNECT=1"
116 "name": "GYDJSONObject",
117 "source_files": "GYDJSONObject/Code/**/*",
119 "GYDFoundation/GYDFoundation": [
123 "pod_target_xcconfig": {
124 "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_USED_JSON_OBJECT=1"
128 "name": "GYDJSONObjectNonatomic",
130 "GYDFoundation/GYDJSONObject": [
134 "pod_target_xcconfig": {
135 "GCC_PREPROCESSOR_DEFINITIONS": "GYD_JSON_OBJECT_ATOMIC=0"
139 "name": "Development",
141 "GYDFoundation/GYDFoundation": [
145 "pod_target_xcconfig": {
146 "GCC_PREPROCESSOR_DEFINITIONS": "GYD_FOUNDATION_DEVELOPMENT=1"
153 "name": "GYDFoundation",
155 "GYDFoundation/GYDFoundation": [
161 "GYDFoundation/Demo/Base/**/*",
162 "GYDFoundation/Demo/iOS/**/*"
167 "GYDFoundation/Demo/Base/**/*",
168 "GYDFoundation/Demo/MacOS/**/*"
173 "name": "GYDDatabase",
175 "GYDFoundation/GYDDatabase": [
179 "source_files": "GYDDatabase/Demo/**/*"
182 "name": "GYDHTTPConnect",
184 "GYDFoundation/GYDHTTPConnect": [
188 "source_files": "GYDHTTPConnect/Demo/**/*"
191 "name": "GYDJSONObject",
193 "GYDFoundation/GYDJSONObject": [
197 "source_files": "GYDJSONObject/Demo/**/*"