blob: 36887a6cb00e398c668ba097425acd6b41032e2a [file] [log] [blame]
{
"name": "CoreDataMonk",
"version": "0.9.1",
"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.1"
},
"source_files": [
"CoreDataMonk",
"CoreDataMonk/**/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}