[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / 3 / EasyKits / 0.5.3 / EasyKits.podspec.json
blob3a4d2026621774b2c03a48085ac644daad8014f4
2   "name": "EasyKits",
3   "version": "0.5.3",
4   "summary": "使用简单的工具集合",
5   "description": "开源日常开发中常用的简单工具,目标-使用简单,后续不断完善",
6   "homepage": "https://github.com/MengLiMing/EasyKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MengLiMing": "920459250@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MengLiMing/EasyKits.git",
16     "tag": "0.5.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "EasyPopup",
26       "dependencies": {
27         "SnapKit": [
29         ]
30       },
31       "source_files": "EasyKits/EasyPopup/*.swift"
32     },
33     {
34       "name": "EasyResponder",
35       "source_files": "EasyKits/EasyResponder/*.swift"
36     },
37     {
38       "name": "EasyListView",
39       "source_files": "EasyKits/EasyListView/**/*"
40     },
41     {
42       "name": "EasySyncScroll",
43       "dependencies": {
44         "RxSwift": [
46         ],
47         "RxCocoa": [
49         ]
50       },
51       "source_files": "EasyKits/EasySyncScroll/*.swift",
52       "frameworks": "WebKit"
53     },
54     {
55       "name": "EasyCarouseView",
56       "dependencies": {
57         "RxSwift": [
59         ],
60         "RxCocoa": [
62         ]
63       },
64       "source_files": "EasyKits/EasyCarouseView/*.swift"
65     },
66     {
67       "name": "EasySegmentedView",
68       "source_files": "EasyKits/EasySegmentedView/**/*"
69     },
70     {
71       "name": "EasyPagingContainerView",
72       "source_files": "EasyKits/EasyPagingContainerView/*.swift"
73     },
74     {
75       "name": "EasyExtension",
76       "dependencies": {
77         "RxSwift": [
79         ],
80         "RxCocoa": [
82         ]
83       },
84       "source_files": "EasyKits/EasyExtension/**/*"
85     },
86     {
87       "name": "EasyIGListKit",
88       "dependencies": {
89         "RxSwift": [
91         ],
92         "RxCocoa": [
94         ],
95         "IGListKit": [
97         ],
98         "Then": [
100         ],
101         "SnapKit": [
103         ],
104         "EasyKits/EasyResponder": [
106         ],
107         "EasyKits/EasyExtension": [
109         ],
110         "EasyKits/EasySyncScroll": [
112         ]
113       },
114       "source_files": "EasyKits/EasyIGListKit/**/*"
115     },
116     {
117       "name": "EasyMediator",
118       "dependencies": {
119         "EasyKits/EasyExtension": [
121         ]
122       },
123       "source_files": "EasyKits/EasyMediator/**/*"
124     }
125   ],
126   "swift_version": "5.0"