blob: c2d444a6b61dcdfdcd7526dee0d8e45d04f63822 [file] [log] [blame]
{
"name": "RxViewController",
"version": "0.1.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.1.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"
}