blob: 104be0e37656f19087ad3911a24616485311282e [file] [log] [blame]
{
"name": "RxJSON",
"version": "0.2.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": "0.2.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
">= 3.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}