2 "name": "SQFInMemoryContext",
4 "summary": "Quickly and easily create an in-memory context for Unit Testing Core Data entities.",
5 "description": " SQFInMemoryContext\n ======================================\n\n Quickly and easily create an in-memory context for Unit Testing Core Data entities. Despite the name, SQFInMemoryContext is actually just a simple category on NSManagedObjectContext.\n\n ## Using\n\n Install by either dragging the header and implementation files into your project, or by installing using [CocoaPods](http://cocoapods.org):\n\n ```ruby\n pod 'SQFInMemoryContext'\n ```\n\n Import the convenience header.\n\n ```objc\n #import <SQFInMemoryContext/SQFInMemoryContext.h>\n ```\n\n Instantiate a new context for your tests:\n\n ```objc\n NSManagedObjectContext *moc = [NSManagedObjectContext memoryStoreForModel:@\"MyCoreDataModel\"];\n ```\n",
6 "homepage": "https://github.com/squarefrog/SQFInMemoryContext",
9 "Paul Williamson": "squarefrog@gmail.com"
11 "social_media_url": "http://twitter.com/squarefrog",
13 "git": "https://github.com/squarefrog/SQFInMemoryContext.git",
16 "source_files": "*.{h,m}",
17 "public_header_files": "SQFInMemoryContext.h",
18 "frameworks": "CoreData",