blob: ec27d3ac11d76b0e585f5121e21a521de0c47dd7 [file] [log] [blame]
{
"name": "HSCoreDataTools",
"version": "1.0.1",
"summary": "Some tools to help speed up development of CoreData backed apps.",
"homepage": "https://github.com/kronusdark/HSCoreDataTools",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Weston Hanners": "admin@hanners.us"
},
"source": {
"git": "https://github.com/kronusdark/HSCoreDataTools.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "CoreData"
}