blob: dfd39fde65125c7d954c7bf865726aa6584ce859 [file] [log] [blame]
{
"name": "RxDobby",
"version": "0.1.0",
"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": "GNU",
"file": "LICENSE"
},
"authors": {
"pi": "pimail31@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pisrc/RxDobby.git",
"tag": "0.1.0"
},
"dependencies": {
"RxSwift": [
"~> 2.0"
]
},
"source_files": "RxDobby/**/*.{swift}"
}