[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / a / 4 / 3 / JLCoreDataHelper / 0.2.1 / JLCoreDataHelper.podspec.json
blobbcb1b96bcc426e54de6fa2223f10bbc0a58d06b0
2   "name": "JLCoreDataHelper",
3   "version": "0.2.1",
4   "summary": "A helper class for CoreData.",
5   "description": "A helper class for CoreData. It hides original methods for CoreData, and make it easy to manage data.",
6   "homepage": "https://github.com/buhikon/JLCoreDataHelper",
7   "license": "MIT",
8   "authors": {
9     "Joey L.": "slarinz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/buhikon/JLCoreDataHelper.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JLCoreDataHelper": [
22       "Pod/Assets/*.png"
23     ]
24   }