blob: 6b7abc0062839eacd0c35317a63e3bbb57413ddc [file] [log] [blame]
{
"name": "Kern",
"version": "0.3.1",
"summary": "Kern - an easy Core Data manager",
"description": " A simple Core Data manager with easy setup and fetching.\n",
"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.3.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": "CoreData",
"requires_arc": true
}