blob: 1cb3dc91368e86b07deade531239b3948c8f3f4a [file] [log] [blame]
{
"name": "RxObserve",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}