blob: a3574357174193e06e167999cbae9663b56b0421 [file] [log] [blame]
{
"name": "RxModel",
"version": "0.5.1",
"summary": "Set of extensions to RxSwift.",
"homepage": "https://github.com/gsagadyn/RxModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grzegorz Sagadyn": "sagadyn@gmail.com"
},
"source": {
"git": "https://github.com/gsagadyn/RxModel.git",
"tag": "0.5.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.3"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.5"
]
},
"source_files": "RxModel/**/*"
}