blob: d3ca670ee446af8a011d86df8004fe9521ae1e29 [file] [log] [blame]
{
"name": "Mvce",
"version": "2.0.0",
"summary": "A minimal, simple, unobtrusive, and event driven MVC library to glue decoupled Model, View, and Controller for UIKit/AppKit.",
"homepage": "https://github.com/cxa/Mvce",
"license": "MIT",
"authors": {
"CHEN Xian-an": "xianan.chen@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/cxa/Mvce.git",
"tag": "2.0.0"
},
"source_files": "Mvce/*.{h,swift}",
"swift_version": "4.1"
}