blob: 5c2a389e093df5efebea4fc2358fc42769ea16fe [file] [log] [blame]
{
"name": "RxModel",
"version": "0.8.0",
"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.8.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 5.1"
]
},
"source_files": "RxModel/**/*",
"swift_version": "5.1"
}