blob: 27a8841c218826e0ed770db151ed379208101402 [file] [log] [blame]
{
"name": "RxJSON",
"version": "2.0.0",
"summary": "RxSwift wrapper for JSON",
"homepage": "https://github.com/devxoul/RxJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxJSON.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_version": "5.0"
}