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