blob: 651f7c22d5f57cb488dcad554c1009b2eed1a590 [file] [log] [blame]
{
"name": "RxViewController",
"version": "0.4.1",
"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.4.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
}
}