blob: 47289a7d0315b202587d2b179659ad2051b27219 [file] [log] [blame]
{
"name": "LBNCoreDataStack",
"version": "0.1.3",
"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.",
"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.",
"homepage": "https://github.com/sciasxp/LBNCoreDataStack",
"license": "MIT",
"authors": {
"Luciano Bastos Nunes": "sciasxp@gmail.com"
},
"source": {
"git": "https://github.com/sciasxp/LBNCoreDataStack.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNCoreDataStack": [
"Pod/Assets/*.png"
]
}
}