blob: 233514a85f9e65a5828761efc31f99a2a73dfcc5 [file] [log] [blame]
{
"name": "RxSwiftDo",
"version": "1.0.0",
"summary": "RxSwiftDo can use Obserable.do simply",
"homepage": "https://github.com/tokijh/RxSwiftDo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tokijh": "tokijh@naver.com"
},
"source": {
"git": "https://github.com/tokijh/RxSwiftDo.git",
"tag": "1.0.0"
},
"source_files": "Source/*swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}