blob: da9dec77e742aa6d65fa783e0d5288a254228980 [file] [log] [blame]
{
"name": "FUMVC",
"version": "0.1.0",
"summary": "iOS Fundamentals of MVC",
"swift_version": "4.2",
"description": "A library to demonstrate and provide common architectural abstractions in a very lean way. Initially focuses on Core Data, specifically a Model Controller using generics to reduce boilerplate code in Core Data CRUD operations.",
"homepage": "https://github.com/thepost/FUMVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Post": "mikepost@live.com"
},
"source": {
"git": "https://github.com/thepost/FUMVC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FUMVC/Classes/**/*",
"frameworks": "CoreData"
}