blob: 1e71c283d1ceb17f00c7bfabda7bcdb29d0052ff [file] [log] [blame]
{
"name": "RxJSON",
"version": "0.1.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.1.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.0"
}