blob: 929fa4fc8e26a07564ac862501c0a4cc50ae7ecf [file] [log] [blame]
{
"name": "RxViewController",
"version": "0.3.0",
"summary": "RxSwift wrapper for UIViewController and NSViewController",
"homepage": "https://github.com/devxoul/RxViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxViewController.git",
"tag": "0.3.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"pushed_with_swift_version": "4.0"
}