blob: 1b597ca6cd171c20cf2a5d8c7d969e8eb4fade36 [file] [log] [blame]
{
"name": "Rebel",
"version": "0.3.2",
"summary": "Rebel is a framework to make AppKit easier to work with.",
"homepage": "https://github.com/github/Rebel",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"GitHub": "support@github.com"
},
"source": {
"git": "https://github.com/github/Rebel.git",
"tag": "0.3.2"
},
"frameworks": [
"QuartzCore",
"Cocoa",
"WebKit"
],
"platforms": {
"osx": "10.7"
},
"source_files": "Rebel/*.{h,m}",
"exclude_files": "Rebel/NSColor+RBLCGColorAdditions.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "NSColorExtensions",
"source_files": "Rebel/NSColor+RBLCGColorAdditions.{h,m}",
"requires_arc": false
}
]
}