[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 6 / e / EasyCoding / 0.1.1 / EasyCoding.podspec.json
blobb4f60cd1cbda49b96609125c99cbd78a8631843b
2   "name": "EasyCoding",
3   "version": "0.1.1",
4   "summary": "提供日常开发最常用的操作封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fanxiaoxin/EasyCoding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaoxin  ": "fanxiaoxin_1987@126.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaoxin/EasyCoding.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.3",
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": "Promise",
159       "dependencies": {
160         "PromiseKit": [
161           "~> 6.13"
162         ]
163       }
164     },
165     {
166       "name": "Common",
167       "dependencies": {
168         "EasyCoding/Controls": [
170         ],
171         "EasyCoding/Api": [
173         ],
174         "EasyCoding/Kingfisher": [
176         ],
177         "EasyCoding/MJRefresh": [
179         ]
180       }
181     }
182   ],
183   "swift_version": "5.3"