[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / e / EasyCoding / 0.0.1 / EasyCoding.podspec.json
blob0e764ca7d364486329b865809aae7e989491b32b
2   "name": "EasyCoding",
3   "version": "0.0.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.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "EasyCoding/Classes/**/*",
22   "swift_versions": "5.2",
23   "subspecs": [
24     {
25       "name": "Basic",
26       "source_files": "EasyCoding/Classes/1.Basic/**/*",
27       "dependencies": {
28         "SnapKit": [
29           "~> 5.0.0"
30         ]
31       }
32     },
33     {
34       "name": "Personalized",
35       "source_files": "EasyCoding/Classes/2.Business/2.1.Personalized/**/*",
36       "dependencies": {
37         "EasyCoding/Basic": [
39         ]
40       }
41     },
42     {
43       "name": "AccessControl",
44       "source_files": "EasyCoding/Classes/2.Business/2.2.AccessControl/**/*",
45       "dependencies": {
46         "EasyCoding/Basic": [
48         ]
49       }
50     },
51     {
52       "name": "Api",
53       "source_files": "EasyCoding/Classes/2.Business/2.3.Api/**/*",
54       "dependencies": {
55         "EasyCoding/Basic": [
57         ],
58         "Moya": [
59           "~> 13.0.0"
60         ],
61         "HandyJSON": [
62           "~> 5.0.0"
63         ]
64       }
65     },
66     {
67       "name": "Controls",
68       "source_files": [
69         "EasyCoding/Classes/3.Controls/**/*",
70         "EasyCoding/Classes/4.plugs/{T,V}*/**/*"
71       ],
72       "dependencies": {
73         "EasyCoding/AccessControl": [
75         ],
76         "JRSwizzle": [
78         ],
79         "YYKeyboardManager": [
80           "~> 1.0.0"
81         ],
82         "Kingfisher": [
83           "~> 5.14.0"
84         ]
85       }
86     },
87     {
88       "name": "ListLoader",
89       "source_files": "EasyCoding/Classes/4.plugs/ApiListLoader/**/*",
90       "dependencies": {
91         "EasyCoding/Api": [
93         ],
94         "MJRefresh": [
95           "~> 3.4.0"
96         ]
97       }
98     }
99   ],
100   "swift_version": "5.2"