2 "name": "MMPCoreDataHelper",
4 "summary": "A straightforward CoreData wrapper",
5 "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",
6 "homepage": "https://github.com/mpurbo/MMPCoreDataHelper",
9 "Mamad Purbo": "m.purbo@gmail.com"
12 "git": "https://github.com/mpurbo/MMPCoreDataHelper.git",
15 "social_media_url": "https://twitter.com/purubo",
20 "source_files": "Classes",
21 "frameworks": "CoreData",