[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 1 / 2 / CoreDataAdapter / 0.1.0 / CoreDataAdapter.podspec.json
blob02e3206b27de9e17e3db76034b29cd796eaa4e0a
2   "name": "CoreDataAdapter",
3   "version": "0.1.0",
4   "summary": "A generic wrapper making work with CoreData easier.",
5   "description": "A generic wrapper making work with CoreData easier. I took an inspiration to create this adapter while reading objc's book: CoreData.",
6   "homepage": "https://github.com/adam-leitgeb/CoreDataAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "adam-leitgeb": "leitgeb.a@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/adam-leitgeb/CoreDataAdapter.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "Foundation",
25     "CoreData"
26   ]