[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 8 / PKCoreDataKit / 1.0.0 / PKCoreDataKit.podspec.json
blob3430d5d7aadd1d85592b9c1f23ed658a2040035d
2   "name": "PKCoreDataKit",
3   "version": "1.0.0",
4   "summary": "A framework for managing CoreData's functioality",
5   "description": "Framework for managing CoreData's functionality. The purpose of this library is to make interacting with core data easier, by declaring a simpler api.",
6   "homepage": "https://github.com/panoskob91/PKCoreDataKit",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENCE.txt"
10   },
11   "authors": "Panagiotis  Kompotis",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/panoskob91/PKCoreDataKit.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "PKCoreDataKit",
21     "PKCoreDataKit/Public/*.{h,m}",
22     "PKCoreDataKit/Public/**/*.{h,m}"
23   ],
24   "exclude_files": "PKCoreDataKit/Private",
25   "public_header_files": [
26     "PKCoreDataKit/**/*.h",
27     "PKCoreDataKit/*.h"
28   ]