blob: 5d971f919f6374a11d64dc75f43de84d2b708d12 [file] [log] [blame]
{
"name": "GarageStorage",
"version": "0.1.8",
"summary": "The dumb Core Data store",
"homepage": "https://github.com/samvoigt/GarageStorage",
"license": "MIT",
"authors": {
"Sam Voigt": "sam.voigt@gmail.com"
},
"source": {
"git": "https://github.com/samvoigt/GarageStorage.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"GarageStorage/Source/**/*.{h,m}",
"GarageStorage/Model/**/*.{h,m}"
],
"resources": "GarageStorage/Model/GarageStorage.xcdatamodeld",
"frameworks": "CoreData"
}