[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 9 / 3 / 8 / KeenExtension / 1.2.4 / KeenExtension.podspec.json
blobdf9c87f8027ed9447f446eee7448d9719743d40f
2   "name": "KeenExtension",
3   "version": "1.2.4",
4   "summary": "对 UIKit、Foundation 等系统库中常见控件属性、函数的扩展",
5   "homepage": "https://github.com/chongzone/KeenExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chongzone": "chongzone@163.com"
12   },
13   "requires_arc": true,
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/chongzone/KeenExtension.git",
20     "tag": "1.2.4"
21   },
22   "subspecs": [
23     {
24       "name": "Extensions",
25       "dependencies": {
26         "KeenExtension/Utils": [
28         ]
29       },
30       "source_files": "KeenExtension/Classes/Extensions/**/*.swift"
31     },
32     {
33       "name": "SnapKitEx",
34       "dependencies": {
35         "SnapKit": [
37         ]
38       },
39       "source_files": "KeenExtension/Classes/SnapKitEx/*.swift"
40     },
41     {
42       "name": "Utils",
43       "source_files": "KeenExtension/Classes/Utils/*.swift"
44     }
45   ],
46   "swift_version": "5.0"