blob: 6b29ed4151c21df3257c8f98423a4039d93f81b0 [file] [log] [blame]
{
"name": "RxModel",
"version": "0.9.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.9.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RxModel/**/*",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"dependencies": {
"RxSwift": [
"~> 5.1"
]
},
"swift_version": "5.2"
}