blob: 003d45500febde037b9632d066fefa4ec4ad62f0 [file] [log] [blame]
{
"name": "VmRx.swift",
"version": "1.0.0",
"summary": "Easy way to use MVVM on iOS",
"homepage": "https://github.com/viniciussoares/VmRx.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinícius Soares": "https://github.com/viniciussoares/"
},
"source": {
"git": "https://github.com/viniciussoares/VmRx.swift.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0"
}