blob: 4d2ec050b5975488cfd69e802cf20392a5f27158 [file] [log] [blame]
{
"name": "SSDataKit",
"version": "0.1.0",
"summary": "Eliminate your Core Data boilerplate code.",
"homepage": "https://github.com/soffes/ssdatakit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/ssdatakit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": null
},
"source_files": "SSDataKit/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}