[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / c / 0 / 4 / KSSwiftExtension / 1.0.0 / KSSwiftExtension.podspec.json
blob5aa011cc6ffcdd49bef7b4b02ee22e47946f0b51
2   "name": "KSSwiftExtension",
3   "version": "1.0.0",
4   "summary": "UIKit 's Extension",
5   "description": "KSSwiftExtension is a Extension of UIKit",
6   "homepage": "https://github.com/kingslay/KSSwiftExtension.git",
7   "license": "MIT",
8   "authors": {
9     "kingslay": "kingslay@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/kingslay/KSSwiftExtension.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Core/Source/**/*.swift",
23       "resources": "Core/Resource/*.{json,png,jpg,gif,js}"
24     },
25     {
26       "name": "RxSwift",
27       "source_files": "RxSwift/Source/**/*.swift",
28       "dependencies": {
29         "KSSwiftExtension/Core": [
31         ],
32         "RxSwift": [
34         ]
35       }
36     },
37     {
38       "name": "RxCocoa",
39       "source_files": "RxCocoa/Source/**/*.swift",
40       "dependencies": {
41         "KSSwiftExtension/RxSwift": [
43         ],
44         "RxCocoa": [
46         ]
47       }
48     }
49   ]