blob: 08521605bbaa33fa8f75a353bc65343cc98d2dd7 [file] [log] [blame]
{
"name": "MagicalRecord",
"version": "1.7.1",
"license": "MIT",
"summary": "Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!.",
"homepage": "http://github.com/magicalpanda/MagicalRecord",
"authors": {
"Saul Mora": "saul@magicalpanda.com"
},
"source": {
"git": "https://github.com/magicalpanda/MagicalRecord.git",
"tag": "1.7.1"
},
"description": "Handy fetching, threading and data import helpers to make Core Data a little easier to use.",
"source_files": "Source/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": false,
"prefix_header_contents": [
"#import <CoreData/CoreData.h>",
"#import \"CoreData+MagicalRecord.h\""
]
}