[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / 9 / SegueKit / 0.1.3 / SegueKit.podspec.json
blob25618baa7af11872cc34d15fef501b4b1339e9a9
2   "name": "SegueKit",
3   "version": "0.1.3",
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@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/langyanduan/SegueKit.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "https://twitter.com/langyanduan",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Sources/UIViewController+SegueSwizzle.h",
28         "Sources/UIViewController+SegueSwizzle.m",
29         "Sources/UIViewController+Segue.swift"
30       ]
31     },
32     {
33       "name": "Extension",
34       "source_files": [
35         "Sources/UIViewController+SegueExt.swift"
36       ],
37       "dependencies": {
38         "SegueKit/Core": [
40         ],
41         "R.swift": [
43         ],
44         "RxSwift": [
46         ]
47       }
48     }
49   ]