[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 8 / b / 9 / SegueKit / 2.0.0-beta.2 / SegueKit.podspec.json
blob4132c091e6efc8aa0f2b0ca693e22cb7a1e5e6aa
2   "name": "SegueKit",
3   "version": "2.0.0-beta.2",
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": "2.0.0-beta.2"
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+Swizzle.h",
28         "Sources/UIViewController+Swizzle.m",
29         "Sources/UIViewController+Segue.swift"
30       ]
31     },
32     {
33       "name": "R.swift",
34       "source_files": [
35         "Sources/UIViewController+R.swift.swift"
36       ],
37       "dependencies": {
38         "SegueKit/Core": [
40         ],
41         "R.swift": [
42           "~> 2.0"
43         ]
44       }
45     },
46     {
47       "name": "RxSwift",
48       "source_files": [
49         "Sources/UIViewController+RxSwift.swift"
50       ],
51       "dependencies": {
52         "SegueKit/Core": [
54         ],
55         "RxSwift": [
56           "~> 2.0"
57         ]
58       }
59     },
60     {
61       "name": "Extension",
62       "source_files": [
63         "Sources/UIViewController+Extension.swift"
64       ],
65       "dependencies": {
66         "SegueKit/Core": [
68         ],
69         "SegueKit/RxSwift": [
71         ],
72         "SegueKit/R.swift": [
74         ],
75         "R.swift": [
76           "~> 2.0"
77         ],
78         "RxSwift": [
79           "~> 2.0"
80         ]
81       }
82     }
83   ]