blob: 72d747000ddcc9d52b02a8c6780b57b800c4778b [file] [log] [blame]
{
"name": "HSCoreDataTools",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "CoreData"
}