[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 0 / 8 / LBNCoreDataStack / 0.1.1 / LBNCoreDataStack.podspec.json
blob19f826bba718b3464d30fb8c5c85ec2e1b0270ae
2   "name": "LBNCoreDataStack",
3   "version": "0.1.1",
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",
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.1.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   }