[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / c / 3 / CWUtils / 0.14.0 / CWUtils.podspec.json
blob8257ea62a3d1fa1dc97728a76f02f4958cce4bf4
2   "name": "CWUtils",
3   "version": "0.14.0",
4   "summary": "iOS 어플리케이션 개발용 유틸리티 모음",
5   "description": "RxSwift 를 기반으로 하고 있음. (Dependancy : RxSwift, RxCocoa, RxOptional)",
6   "homepage": "https://github.com/iamchiwon/CWUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iamchiwon": "iamchiwon@gmail.com"
13   },
14   "swift_versions": "5",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/iamchiwon/CWUtils.git",
20     "tag": "0.14.0"
21   },
22   "source_files": "CWUtils/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "RxCocoa": [
29     ],
30     "RxSwiftExt": [
32     ],
33     "RxOptional": [
35     ],
36     "RxViewController": [
38     ],
39     "SnapKit": [
41     ],
42     "Reusable": [
44     ],
45     "Then": [
47     ],
48     "Kingfisher": [
50     ]
51   }