blob: a742faa61bcaf7b700145e62c47e6e7c6104c969 [file] [log] [blame]
{
"name": "ActiveRecord",
"version": "1.1.0",
"summary": "A lightweight Active Record implementation 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": "1.1.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreData",
"dependencies": {
"MKFoundationKit/Block": [
">= 1.0.0"
],
"RubySugar": [
">= 1.1.0"
]
}
}