blob: 2f162eefbc9ad2665e4956b955ebf23d4ab115d6 [file] [log] [blame]
{
"name": "RxDobby",
"version": "0.1.3",
"summary": "RxDobby has a few helper library for reactive iOS App.",
"description": "* this is first release.\n* there is a dependency of rxswift.",
"homepage": "https://github.com/pisrc/RxDobby",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pi": "pimail31@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pisrc/RxDobby.git",
"tag": "0.1.3"
},
"source_files": "RxDobby/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 3.0.0-beta.1"
]
}
}