blob: 6b259c7e98deb0da3efc112056ef0b9c5cc4bfb0 [file] [log] [blame]
{
"name": "MagicalRecord",
"version": "2.3.0",
"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",
"Tony Arnold": "tony@thecocoabots.com"
},
"source": {
"git": "https://github.com/magicalpanda/MagicalRecord.git",
"tag": "v2.3.0"
},
"description": "Handy fetching, threading and data import helpers to make Core Data a little easier to use.",
"requires_arc": true,
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"frameworks": "CoreData",
"header_dir": "MagicalRecord",
"source_files": "MagicalRecord/**/*.{h,m}",
"prefix_header_contents": "#import <CoreData/CoreData.h>\n#import <MagicalRecord/MagicalRecord.h>\n"
}