blob: 9c24cd3596cdf42b3a75edfa81b78bd38d962d57 [file] [log] [blame]
{
"name": "LBNCoreDataStack",
"version": "0.0.1",
"summary": "Substitute Core Data methods from AppDelegate and encapsulates it in its own class accessible as a singleton with sharedStack method.",
"description": "With this lib you can remove all the Core Data template methods from your AppDelegate and use this lib as a singleton to access those methods from anyware in your project in a neat way.",
"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.0.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LBNCoreDataStack": [
"Pod/Assets/*.png"
]
}
}