blob: 7f8ca58775cefe3fcf5d02735dc4a791c7b7150c [file] [log] [blame]
{
"name": "SegueKit",
"version": "0.1.0",
"summary": "Perform storyboard segues with closures, support RxSwift and R.swift.",
"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",
"homepage": "https://github.com/langyanduan/SegueKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"langyanduan": "langyanduan@qq.com"
},
"source": {
"git": "https://github.com/langyanduan/SegueKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/langyanduan",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/UIViewController+SegueSwizzle.h",
"Sources/UIViewController+SegueSwizzle.m",
"Sources/UIViewController+Segue.swift"
]
},
{
"name": "Extension",
"source_files": [
"Sources/UIViewController+SegueExt.swift"
],
"dependencies": {
"SegueKit/Core": [
],
"R.swift": [
],
"RxSwift": [
]
}
}
]
}