[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / 4 / GRCoreData / 1.0.0 / GRCoreData.podspec.json
blob1f84b6cfcf1cc70834edf957a9ef5412ddc776b6
2   "name": "GRCoreData",
3   "version": "1.0.0",
4   "summary": "Helpful code for working with Core Data",
5   "description": "CoreDataStack with support for multiple contexts and some much-needed syntactic sugar.",
6   "homepage": "https://github.com/jgrantr/GRCoreData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Grant Robinson": "grant@zayda.com"
13   },
14   "source": {
15     "git": "https://github.com/jgrantr/GRCoreData.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GRCoreData/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "CoreData"
25   ],
26   "dependencies": {
27     "PromiseKit": [
28       "~> 3.5"
29     ]
30   }