[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 0 / 8 / LBNCoreDataStack / 0.0.1 / LBNCoreDataStack.podspec.json
blob9c24cd3596cdf42b3a75edfa81b78bd38d962d57
2   "name": "LBNCoreDataStack",
3   "version": "0.0.1",
4   "summary": "Substitute Core Data methods from AppDelegate and encapsulates it in its own class accessible as a singleton with sharedStack method.",
5   "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.",
6   "homepage": "https://github.com/sciasxp/LBNCoreDataStack",
7   "license": "MIT",
8   "authors": {
9     "Luciano Bastos Nunes": "sciasxp@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sciasxp/LBNCoreDataStack.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LBNCoreDataStack": [
22       "Pod/Assets/*.png"
23     ]
24   }