[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / 3 / EasyKits / 0.2.6 / EasyKits.podspec.json
blob246877b8ddd0e39ab50a3f97be2c5e551a4ac9b9
2   "name": "EasyKits",
3   "version": "0.2.6",
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.2.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "EasyPopup",
26       "dependencies": {
27         "SnapKit": [
28           "~> 4.2.0"
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       "source_files": "EasyKits/EasyCarouseView/*.swift"
57     },
58     {
59       "name": "EasySegmentedView",
60       "source_files": "EasyKits/EasySegmentedView/**/*"
61     },
62     {
63       "name": "EasyPagingContainerView",
64       "source_files": "EasyKits/EasyPagingContainerView/*.swift"
65     },
66     {
67       "name": "EasyExtension",
68       "source_files": "EasyKits/EasyExtension/*.swift"
69     },
70     {
71       "name": "EasyRxExtension",
72       "dependencies": {
73         "RxSwift": [
75         ],
76         "RxCocoa": [
78         ]
79       },
80       "source_files": "EasyKits/EasyRxExtension/*.swift"
81     }
82   ],
83   "swift_version": "5.0"