[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / b / 9 / SegueKit / 3.0.0 / SegueKit.podspec.json
bloba27c7e9192bf5c9d4535c3fd9c20c8a21906fa9c
2   "name": "SegueKit",
3   "version": "3.0.0",
4   "summary": "Perform storyboard segues with closures, support RxSwift and R.swift.",
5   "description": "# SegueKit\n\nPerform storyboard segues with closures, support RxSwift and R.swift.\n\n## Why use this?\n\nbalabala...\n\n## Usage\n\n* basic\n* with R.swfit\n* with Rx\n* with Rx + R.swift",
6   "homepage": "https://github.com/langyanduan/SegueKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "langyanduan": "langyanduan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/langyanduan/SegueKit.git",
16     "tag": "3.0.0"
17   },
18   "social_media_url": "https://twitter.com/langyanduan",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Sources/UIViewController+Swizzle.h",
29         "Sources/UIViewController+Swizzle.m",
30         "Sources/UIViewController+Segue.swift"
31       ]
32     },
33     {
34       "name": "R.swift",
35       "source_files": [
36         "Sources/UIViewController+R.swift.swift"
37       ],
38       "dependencies": {
39         "SegueKit/Core": [
41         ],
42         "R.swift": [
43           "~> 3.0"
44         ]
45       }
46     },
47     {
48       "name": "RxSwift",
49       "source_files": [
50         "Sources/UIViewController+RxSwift.swift"
51       ],
52       "dependencies": {
53         "SegueKit/Core": [
55         ],
56         "RxSwift": [
57           "~> 3.0"
58         ],
59         "RxCocoa": [
60           "~> 3.0"
61         ]
62       }
63     },
64     {
65       "name": "Extension",
66       "source_files": [
67         "Sources/UIViewController+Extension.swift"
68       ],
69       "dependencies": {
70         "SegueKit/Core": [
72         ],
73         "SegueKit/RxSwift": [
75         ],
76         "SegueKit/R.swift": [
78         ],
79         "R.swift": [
80           "~> 3.0"
81         ],
82         "RxSwift": [
83           "~> 3.0"
84         ],
85         "RxCocoa": [
86           "~> 3.0"
87         ]
88       }
89     }
90   ]