blob: 6a2dfda7a78d69951321629395a242508da15147 [file] [log] [blame]
{
"name": "ActiveRecord",
"version": "0.1.0",
"summary": "A lightweight Active Record for Core Data.",
"homepage": "https://github.com/michalkonturek/ActiveRecord",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/michalkonturek/ActiveRecord.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreData"
}