[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / c / 8 / CoreDataServices / 2.0.2 / CoreDataServices.podspec.json
blob41de237af7206dc74d9b4c3e778e892c4d4c5ba4
2   "name": "CoreDataServices",
3   "version": "2.0.2",
4   "summary": "CoreDataServices contains a set of helper classes/extensions to abstract out a lot of the boilerplate that you get with Core Data.",
5   "homepage": "http://www.williamboles.me",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "William Boles",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wibosco/CoreDataServices.git",
16     "branch": "master",
17     "tag": "2.0.2"
18   },
19   "source_files": "CoreDataServices/**/*.swift",
20   "requires_arc": true,
21   "dependencies": {
22     "ConvenientFileManager": [
23       "~> 2.0"
24     ]
25   },
26   "frameworks": "CoreData"