blob: bcb1b96bcc426e54de6fa2223f10bbc0a58d06b0 [file] [log] [blame]
{
"name": "JLCoreDataHelper",
"version": "0.2.1",
"summary": "A helper class for CoreData.",
"description": "A helper class for CoreData. It hides original methods for CoreData, and make it easy to manage data.",
"homepage": "https://github.com/buhikon/JLCoreDataHelper",
"license": "MIT",
"authors": {
"Joey L.": "slarinz@gmail.com"
},
"source": {
"git": "https://github.com/buhikon/JLCoreDataHelper.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JLCoreDataHelper": [
"Pod/Assets/*.png"
]
}
}