blob: 19f826bba718b3464d30fb8c5c85ec2e1b0270ae [file] [log] [blame]
{
"name": "LBNCoreDataStack",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNCoreDataStack": [
"Pod/Assets/*.png"
]
}
}