blob: 852527a5d0e5faef41202bec0f2a3ee9700c621f [file] [log] [blame]
{
"name": "ActiveRecord",
"version": "1.2.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.2.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CoreData",
"dependencies": {
"MKFoundationKit/Block": [
">= 1.0.0"
],
"MKFoundationKit/NSNumber": [
">= 1.0.0"
],
"RubySugar": [
">= 1.1.0"
]
}
}