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