blob: 777249c9244ddcef787fc8ff4fed83b51f92d521 [file] [log] [blame]
{
"name": "CoreDataContextManager",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/wagyu298",
"platforms": {
"ios": "7.1"
},
"source_files": "CoreDataContextManager/Classes/**/*"
}