[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 0 / 4 / KSSwiftExtension / 1.1.7 / KSSwiftExtension.podspec.json
blob781e70db15b80d56e45080503d51d2fdeddd572f
2   "name": "KSSwiftExtension",
3   "version": "1.1.7",
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.1.7"
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     },
24     {
25       "name": "RxSwift",
26       "source_files": "RxSwift/Source/**/*.swift",
27       "dependencies": {
28         "KSSwiftExtension/Core": [
30         ],
31         "RxSwift": [
33         ]
34       }
35     },
36     {
37       "name": "RxCocoa",
38       "source_files": "RxCocoa/Source/**/*.swift",
39       "dependencies": {
40         "KSSwiftExtension/RxSwift": [
42         ],
43         "RxCocoa": [
45         ]
46       }
47     },
48     {
49       "name": "ViewKit",
50       "source_files": "ViewKit/Source/**/*.swift",
51       "resources": "ViewKit/Resource/*.{json,png,jpg,gif,js}",
52       "dependencies": {
53         "KSSwiftExtension/Core": [
55         ]
56       }
57     }
58   ]