blob: c6bd9b53c1809d0565776f98b591d5bba991a1ca [file] [log] [blame]
{
"name": "JNWLabel",
"version": "1.0",
"summary": "Light-weight CATextLayer wrapper for OS X",
"homepage": "https://github.com/jwilling/JNWLabel",
"screenshots": "http://jwilling.com/drop/github/JNWLabel.png",
"license": "MIT",
"authors": {
"Jonathan Willing": "hi@jwilling.com"
},
"source": {
"git": "https://github.com/jwilling/JNWLabel.git",
"tag": "1.0"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"osx": {
"exclude_files": "JNWLabelDemo/**"
},
"frameworks": "QuartzCore"
}