blob: 02e3206b27de9e17e3db76034b29cd796eaa4e0a [file] [log] [blame]
{
"name": "CoreDataAdapter",
"version": "0.1.0",
"summary": "A generic wrapper making work with CoreData easier.",
"description": "A generic wrapper making work with CoreData easier. I took an inspiration to create this adapter while reading objc's book: CoreData.",
"homepage": "https://github.com/adam-leitgeb/CoreDataAdapter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adam-leitgeb": "leitgeb.a@icloud.com"
},
"source": {
"git": "https://github.com/adam-leitgeb/CoreDataAdapter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"CoreData"
]
}