blob: 9997cef2f267e87c7b8d20d724f7be63153e6314 [file] [log] [blame]
{
"name": "CoreDataContextManager",
"version": "0.1.1",
"summary": "CoreData helpers with lightweight migration and multi threading.",
"description": "CoreDataContextManager is CoreData helper library.\nIt provides the following features:\n\n- Automatically apply lightweight migration with xcdatamodel file versions\n- Multi threading with context management\n- General implementation of NSFetchedResultsControllerDelegate\n- Useful helper category methods for NSManagedObjectContext\n\nSee GitHub for usage and more details.",
"homepage": "https://github.com/wagyu298/CoreDataContextManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wagyu298": "wagyu298@gmail.com"
},
"source": {
"git": "https://github.com/wagyu298/CoreDataContextManager.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/wagyu298",
"platforms": {
"ios": "7.1"
},
"source_files": "CoreDataContextManager/Classes/**/*"
}