blob: 2a1ff3d1e45db184d536861dac714075c5661f7c [file] [log] [blame]
{
"name": "MMPCoreDataHelper",
"version": "0.8.0",
"summary": "A straightforward CoreData wrapper",
"description": " A lightweight helper library for common CoreData tasks providing data access pattern inspired by Active Record, LINQ, and functional programming.\n\n Features:\n * Thread-safe singleton instance easily accessible from anywhere. No more worrying whether a MOC (NSManagedObjectContext) belongs to the thread or not. The library makes sure that the MOC is local to the whichever thread you're calling the function from.\n * Active Record, LINQ-like functional wrapper for common tasks.\n * Automatic configuration and initialization (by convention over configuration) by default but manual configuration is still possible.\n * Import data directly from CSV file.\n * Get notified on errors and other CoreData events using NSNotificationCenter. \n",
"homepage": "https://github.com/mpurbo/MMPCoreDataHelper",
"license": "MIT",
"authors": {
"Mamad Purbo": "m.purbo@gmail.com"
},
"source": {
"git": "https://github.com/mpurbo/MMPCoreDataHelper.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source_files": "Classes",
"frameworks": "CoreData",
"dependencies": {
"MMPCSVUtil": [
]
},
"requires_arc": true
}