blob: df9d793491e0afc276e4aaefad327c47e78250d9 [file] [log] [blame]
{
"name": "RxViewController",
"version": "0.2.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.2.0"
},
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 3.0.0"
],
"RxCocoa": [
">= 3.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.1"
}