blob: 2db5fd295a6914e19c76b97a6192b8c332208bd3 [file] [log] [blame]
{
"name": "Kern",
"version": "0.9.7",
"summary": "Kern - an easy Core Data manager",
"description": "A simple multithreaded Core Data manager with easy setup and fetching.",
"homepage": "https://github.com/ds29/Kern",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Dustin Steele",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ds29/Kern.git",
"tag": "0.9.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": "CoreData",
"requires_arc": true
}