[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / d / 4 / GRCoreData / 1.0.5 / GRCoreData.podspec.json
blobacb98d9f8771bf802a03fc0bd31a83b3cd3a6efa
2   "name": "GRCoreData",
3   "version": "1.0.5",
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.5"
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       "~> 3.5"
33     ],
34     "CocoaLumberjack": [
35       "~> 2.4"
36     ]
37   }