blob: 590ddb4f2b8e0a0b2d0a6560554b1cdc67e9beed [file] [log] [blame]
{
"name": "RxModel",
"version": "0.3.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.3.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.3"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"source_files": "RxModel/Classes/**/*"
}