[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / 3 / JLCoreDataHelper / 0.2.2 / JLCoreDataHelper.podspec.json
blob6160d0f123a460ddbe06ee715cf10f0fd4cbc7b7
2   "name": "JLCoreDataHelper",
3   "version": "0.2.2",
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.2"
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   }