2 "name": "CoreDataMonk",
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",
11 "Steve K. Chiu": "steve.k.chiu@gmail.com"
17 "git": "https://github.com/SteveKChiu/CoreDataMonk.git",
20 "source_files": "CoreDataMonk/**/*.{swift}",