[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / d / 4 / GRCoreData / 1.0.7 / GRCoreData.podspec.json
blob2b60f57d20d5d452b5a352da9bcd3ecdfcd0d948
2   "name": "GRCoreData",
3   "version": "1.0.7",
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.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GRCoreData/Classes/**/*",
22   "public_header_files": [
23     "GRCoreData/Classes/GRCoreData*.h",
24     "GRCoreData/Classes/NSManagedObject*.h"
25   ],
26   "frameworks": [
27     "Foundation",
28     "CoreData"
29   ],
30   "dependencies": {
31     "PromiseKit": [
32       "~> 4.0"
33     ],
34     "CocoaLumberjack": [
35       "~> 2.4"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"