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