2 "name": "LBNCoreDataStack",
4 "summary": "Remove all Core Data template methods from AppDelegate and use this to access those methods from anywhere in your project in a neat way.",
5 "description": "Substitute Core Data methods from AppDelegate and encapsulates it in its own class. This class is accessible as a singleton from sharedStack method.\nAlso available a persistence class to handle most of the more common operetions as insert and delete from CoreData.",
6 "homepage": "https://github.com/sciasxp/LBNCoreDataStack",
9 "Luciano Bastos Nunes": "sciasxp@gmail.com"
12 "git": "https://github.com/sciasxp/LBNCoreDataStack.git",
19 "source_files": "Pod/Classes/**/*",