blob: 26125c3bb70679b622ebdd5eee3f08d2eb2bc9df [file] [log] [blame]
{
"name": "MagicalRecord",
"default_subspecs": "Core",
"version": "2.3.2",
"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.2"
},
"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"
},
"subspecs": [
{
"name": "Core",
"frameworks": "CoreData",
"header_dir": "MagicalRecord",
"source_files": "MagicalRecord/**/*.{h,m}",
"exclude_files": "**/MagicalRecordShorthandMethodAliases.h",
"prefix_header_contents": "#import <CoreData/CoreData.h>\n#import <MagicalRecord/MagicalRecord.h>"
},
{
"name": "ShorthandMethodAliases",
"source_files": "**/MagicalRecordShorthandMethodAliases.h"
},
{
"name": "CocoaLumberjack",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
],
"MagicalRecord/Core": [
]
}
}
]
}