[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 2 / d / 3 / FUMVC / 0.1.0 / FUMVC.podspec.json
blobda9dec77e742aa6d65fa783e0d5288a254228980
2   "name": "FUMVC",
3   "version": "0.1.0",
4   "summary": "iOS Fundamentals of MVC",
5   "swift_version": "4.2",
6   "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.",
7   "homepage": "https://github.com/thepost/FUMVC",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mike Post": "mikepost@live.com"
14   },
15   "source": {
16     "git": "https://github.com/thepost/FUMVC.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "FUMVC/Classes/**/*",
23   "frameworks": "CoreData"