blob: 5e05d4c5bd5edc48899dc1b799eec1a320c8230a [file] [log] [blame]
{
"name": "DCModel",
"version": "0.0.6",
"summary": "ORM model in objective-c Using CoreData. Similar to Active Record.",
"homepage": "https://github.com/daltoniam/DCModel",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/DCModel.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}