blob: ecc48776286a040c773d2122bff33753d33301d6 [file] [log] [blame]
{
"name": "NLCoreData-ObjectiveRecord",
"version": "0.0.1",
"summary": "Adds ObjectiveRecord like synxtax to NLCoreData",
"homepage": "https://github.com/kevinrenskers/NLCoreData-ObjectiveRecord",
"license": "MIT",
"authors": {
"Kevin Renskers": "info@mixedcase.nl"
},
"source": {
"git": "https://github.com/kevinrenskers/NLCoreData-ObjectiveRecord.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"NLCoreData": [
],
"ObjectiveSugar": [
]
}
}