blob: e0127236fe514c2d494dff46899637b5b2287465 [file] [log] [blame]
{
"name": "ObjectiveRecord",
"version": "0.8",
"license": "MIT",
"summary": "Lightweight, Active Record style of managing your CoreData objects.",
"homepage": "https://github.com/mneorr/Objective-Record",
"authors": {
"Marin Usalj": "mneorr@gmail.com"
},
"source": {
"git": "https://github.com/mneorr/Objective-Record.git",
"tag": "0.8"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}