[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / e / EasyCoding / 0.2.0 / EasyCoding.podspec.json
blob3e4088f1f99409939b70115d73655079d8a2a7bf
2   "name": "EasyCoding",
3   "version": "0.2.0",
4   "summary": "提供日常开发最常用的操作封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/fanxx/EasyCoding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaoxin  ": "fanxiaoxin_1987@126.com"
13   },
14   "source": {
15     "git": "https://gitee.com/fanxx/EasyCoding.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.4",
22   "default_subspecs": "Basic",
23   "subspecs": [
24     {
25       "name": "Basic",
26       "dependencies": {
27         "SnapKit": [
28           "~> 5.0"
29         ]
30       },
31       "source_files": "EasyCoding/Classes/Basic/**/*"
32     },
33     {
34       "name": "Event",
35       "dependencies": {
36         "EasyCoding/Basic": [
38         ]
39       },
40       "source_files": "EasyCoding/Classes/Event/**/*",
41       "pod_target_xcconfig": {
42         "OTHER_SWIFT_FLAGS": [
43           "-D",
44           "EASY_EVENT"
45         ]
46       }
47     },
48     {
49       "name": "Present",
50       "dependencies": {
51         "EasyCoding/Basic": [
53         ]
54       },
55       "source_files": "EasyCoding/Classes/Present/**/*"
56     },
57     {
58       "name": "Data",
59       "dependencies": {
60         "EasyCoding/Basic": [
62         ]
63       },
64       "source_files": "EasyCoding/Classes/Data/**/*",
65       "pod_target_xcconfig": {
66         "OTHER_SWIFT_FLAGS": [
67           "-D",
68           "EASY_DATA"
69         ]
70       }
71     },
72     {
73       "name": "ViewControllerLoad",
74       "dependencies": {
75         "EasyCoding/Present": [
77         ]
78       },
79       "source_files": "EasyCoding/Classes/ViewControllerLoad/**/*",
80       "pod_target_xcconfig": {
81         "OTHER_SWIFT_FLAGS": [
82           "-D",
83           "EASY_VIEWCONTROLLERLOAD"
84         ]
85       }
86     },
87     {
88       "name": "Controls",
89       "dependencies": {
90         "EasyCoding/Event": [
92         ],
93         "EasyCoding/ViewControllerLoad": [
95         ],
96         "YYKeyboardManager": [
97           "~> 1.0.0"
98         ]
99       },
100       "resource_bundles": {
101         "EasyCoding": [
102           "EasyCoding/Assets/Controls.xcassets"
103         ]
104       },
105       "source_files": "EasyCoding/Classes/Controls/**/*",
106       "pod_target_xcconfig": {
107         "OTHER_SWIFT_FLAGS": [
108           "-D",
109           "EASY_CONTROLS"
110         ]
111       }
112     },
113     {
114       "name": "Api",
115       "dependencies": {
116         "EasyCoding/Data": [
118         ],
119         "Moya": [
120           "~> 13.0"
121         ],
122         "HandyJSON": [
123           "~> 5.0.0"
124         ]
125       },
126       "source_files": "EasyCoding/Classes/Api/**/*"
127     },
128     {
129       "name": "Personalized",
130       "dependencies": {
131         "EasyCoding/Basic": [
133         ]
134       },
135       "source_files": "EasyCoding/Classes/Personalized/**/*"
136     },
137     {
138       "name": "ThemeManager",
139       "source_files": "EasyCoding/Classes/ThemeManager/**/*"
140     },
141     {
142       "name": "Kingfisher",
143       "dependencies": {
144         "Kingfisher": [
145           "~> 6.0"
146         ]
147       }
148     },
149     {
150       "name": "MJRefresh",
151       "dependencies": {
152         "MJRefresh": [
153           "~> 3.4"
154         ]
155       }
156     },
157     {
158       "name": "NoEasy",
159       "dependencies": {
160         "EasyCoding/Basic": [
162         ]
163       },
164       "pod_target_xcconfig": {
165         "OTHER_SWIFT_FLAGS": [
166           "-D",
167           "EASY_SHORTCUT"
168         ]
169       }
170     },
171     {
172       "name": "Common",
173       "dependencies": {
174         "EasyCoding/Controls": [
176         ],
177         "EasyCoding/Api": [
179         ],
180         "EasyCoding/Kingfisher": [
182         ],
183         "EasyCoding/MJRefresh": [
185         ]
186       }
187     }
188   ],
189   "swift_version": "5.4"