blob: 5cd2ad7f96b7d64fc9f7719113bc1c2cd4a03d22 [file] [log] [blame]
{
"name": "CoreDataMonk",
"version": "0.9",
"summary": "A flexible and easy-to-use CoreData library",
"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",
"homepage": "https://github.com/SteveKChiu/CoreDataMonk",
"license": {
"type": "MIT"
},
"authors": {
"Steve K. Chiu": "steve.k.chiu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SteveKChiu/CoreDataMonk.git",
"tag": "v0.9"
},
"source_files": "CoreDataMonk/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}