blob: 33254f798f50d1086295d06487d6f237cf03c106 [file] [log] [blame]
{
"name": "RxObserve",
"version": "0.1.0",
"summary": "RxSwift Extension for easier use of observe.",
"description": "RxSwift Extension for easier use of observe.\nRxObserve is an extension that allows you to use observe with keypath.",
"homepage": "https://github.com/kjisoo/RxObserve",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kjisoo": "kim@jisoo.net"
},
"source": {
"git": "https://github.com/kjisoo/RxObserve.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
">= 4.0"
],
"RxCocoa": [
">= 4.0"
]
}
}