[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 1 / CoreDataMonk / 0.9 / CoreDataMonk.podspec.json
blob5cd2ad7f96b7d64fc9f7719113bc1c2cd4a03d22
2   "name": "CoreDataMonk",
3   "version": "0.9",
4   "summary": "A flexible and easy-to-use CoreData library",
5   "description": "CoreDataMonk is a helper library to make using CoreData easier and safer in the concurrent setup.\nThe main features of CoreDataMonk are:\n\n+ Allow you to setup CoreData in different ways easily\n  (three tier, two-tier with auto merge, multiple main context with manual reload, etc...)\n+ API that is easy to use and understand\n+ Swift friendly query expression\n+ Serialized update to avoid data consistency problem (optional)\n+ Use exception for error handling",
6   "homepage": "https://github.com/SteveKChiu/CoreDataMonk",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Steve K. Chiu": "steve.k.chiu@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/SteveKChiu/CoreDataMonk.git",
18     "tag": "v0.9"
19   },
20   "source_files": "CoreDataMonk/**/*.{swift}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreData"
25   ],
26   "requires_arc": true