blob: 048a03f6bced6099c976ace11668110f79a56a59 [file] [log] [blame]
{
"name": "LightMVVMC",
"version": "0.1.0",
"summary": "Lightweight MVVM + Coordinator implementation.",
"description": "Light MVVM-C is a lightweight implementation of the MVVM + Coordinator architectural pattern.",
"homepage": "https://github.com/enriquebk/Light-MVVM-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"enriquebk": "me@ebermudez.com"
},
"source": {
"git": "https://github.com/enriquebk/Light-MVVM-C.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "LightMVVMC/LightMVVMC/**/*.{swift}"
}