[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / e / EasyCoding / 0.0.2 / EasyCoding.podspec.json
blob4e6001336dad56e119399df0561b024a89b40c0e
2   "name": "EasyCoding",
3   "version": "0.0.2",
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.2"
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       }
37     },
38     {
39       "name": "Personalized",
40       "source_files": "EasyCoding/Classes/2.Business/2.1.Personalized/**/*",
41       "dependencies": {
42         "EasyCoding/Basic": [
44         ]
45       }
46     },
47     {
48       "name": "AccessControl",
49       "source_files": "EasyCoding/Classes/2.Business/2.2.AccessControl/**/*",
50       "dependencies": {
51         "EasyCoding/Basic": [
53         ]
54       }
55     },
56     {
57       "name": "Api",
58       "source_files": "EasyCoding/Classes/2.Business/2.3.Api/**/*",
59       "dependencies": {
60         "EasyCoding/Basic": [
62         ],
63         "Moya": [
64           "~> 13.0.0"
65         ],
66         "HandyJSON": [
67           "~> 5.0.0"
68         ]
69       }
70     },
71     {
72       "name": "Controls",
73       "source_files": [
74         "EasyCoding/Classes/3.Controls/**/*",
75         "EasyCoding/Classes/4.plugs/**/*"
76       ],
77       "dependencies": {
78         "EasyCoding/AccessControl": [
80         ],
81         "JRSwizzle": [
83         ],
84         "YYKeyboardManager": [
85           "~> 1.0.0"
86         ],
87         "Kingfisher": [
88           "~> 5.14.0"
89         ],
90         "MJRefresh": [
91           "~> 3.4.0"
92         ]
93       },
94       "resource_bundles": {
95         "EasyCoding": [
96           "EasyCoding/Assets/*.xcassets"
97         ]
98       }
99     }
100   ],
101   "swift_version": "5.2"