[Add] Abyan 0.1.11
[CocoaPods.git] / Specs / 8 / 5 / 4 / CKUtils / 1.1.1 / CKUtils.podspec.json
blob92b8ea4caf6bb25be41cff80811e5c347af41a14
2   "name": "CKUtils",
3   "version": "1.1.1",
4   "summary": "Custom Swift Utils",
5   "description": "this project is custom swift lib for utils",
6   "homepage": "https://github.com/kai120897660/CKUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "陈凯文": "kai120897660@sina.com"
13   },
14   "swift_versions": "4.2",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/kai120897660/CKUtils.git",
20     "tag": "1.1.1"
21   },
22   "requires_arc": true,
23   "swift_version": "4.2",
24   "subspecs": [
25     {
26       "name": "CkCustom",
27       "source_files": [
28         "CKExstension",
29         "Utils"
30       ],
31       "dependencies": {
32         "RxSwift": [
34         ],
35         "RxCocoa": [
37         ],
38         "SnapKit": [
40         ]
41       }
42     }
43   ]