[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / e / EasyCoding / 0.0.3 / EasyCoding.podspec.json
blob75912230df160c08d65cca0f6020d78dabb71166
2   "name": "EasyCoding",
3   "version": "0.0.3",
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.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "EasyCoding/Classes/**/*",
22   "swift_versions": "5.2",
23   "resource_bundles": {
24     "EasyCoding": [
25       "EasyCoding/Assets/*.xcassets"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Basic",
31       "source_files": "EasyCoding/Classes/1.Basic/**/*",
32       "dependencies": {
33         "SnapKit": [
34           "~> 5.0.0"
35         ],
36         "JRSwizzle": [
38         ]
39       }
40     },
41     {
42       "name": "Personalized",
43       "source_files": "EasyCoding/Classes/2.Business/2.1.Personalized/**/*",
44       "dependencies": {
45         "EasyCoding/Basic": [
47         ]
48       }
49     },
50     {
51       "name": "AccessControl",
52       "source_files": "EasyCoding/Classes/2.Business/2.2.AccessControl/**/*",
53       "dependencies": {
54         "EasyCoding/Basic": [
56         ]
57       }
58     },
59     {
60       "name": "Controls",
61       "source_files": [
62         "EasyCoding/Classes/3.Controls/**/*",
63         "EasyCoding/Classes/4.plugs/**/*"
64       ],
65       "dependencies": {
66         "EasyCoding/AccessControl": [
68         ],
69         "YYKeyboardManager": [
70           "~> 1.0.0"
71         ],
72         "Kingfisher": [
73           "~> 5.14.0"
74         ],
75         "MJRefresh": [
76           "~> 3.4.0"
77         ]
78       },
79       "resource_bundles": {
80         "EasyCoding": [
81           "EasyCoding/Assets/*.xcassets"
82         ]
83       }
84     },
85     {
86       "name": "Api",
87       "source_files": "EasyCoding/Classes/2.Business/2.3.Api/**/*",
88       "dependencies": {
89         "EasyCoding/Controls": [
91         ],
92         "Moya": [
93           "~> 13.0.0"
94         ],
95         "HandyJSON": [
96           "~> 5.0.0"
97         ]
98       }
99     },
100     {
101       "name": "Promise",
102       "source_files": "EasyCoding/Classes/2.Business/2.9.Promise/**/*",
103       "dependencies": {
104         "EasyCoding/Api": [
106         ],
107         "PromiseKit": [
108           "~> 6.13.1"
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.2"