[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 4 / KSSwiftExtension / 2.1.0 / KSSwiftExtension.podspec.json
blobd477fb2b40876d0d11c879558bc93894ba2214ea
2   "name": "KSSwiftExtension",
3   "version": "2.1.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": "2.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Core/Source/**/*.swift"
24     },
25     {
26       "name": "RxSwift",
27       "source_files": "RxSwift/Source/**/*.swift",
28       "dependencies": {
29         "KSSwiftExtension/Core": [
31         ],
32         "RxSwift": [
33           "~> 3.0.0-beta.2"
34         ]
35       }
36     },
37     {
38       "name": "RxCocoa",
39       "source_files": "RxCocoa/Source/**/*.swift",
40       "dependencies": {
41         "KSSwiftExtension/RxSwift": [
43         ],
44         "RxCocoa": [
45           "~> 3.0.0-beta.2"
46         ]
47       }
48     },
49     {
50       "name": "ViewKit",
51       "source_files": "ViewKit/Source/**/*.swift",
52       "resources": "ViewKit/Resource/*.{json,png,jpg,gif,js}",
53       "dependencies": {
54         "KSSwiftExtension/Core": [
56         ]
57       }
58     }
59   ]