blob: 0bd90eb48ac86fc3af714e3a93f41640935b5a63 [file] [log] [blame]
{
"name": "LightMVVMC",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5",
"requires_arc": true,
"source_files": "LightMVVMC/LightMVVMC/**/*.{swift}"
}