blob: 9abc00f597ce2ef068ca47a05103fe9402430623 [file] [log] [blame]
{
"name": "RxSwiftDo",
"version": "1.2",
"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.2"
},
"swift_version": "4.2",
"source_files": "Source/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
}
}