blob: e18afedfe5743077de030d9c883add7b57648982 [file] [log] [blame]
{
"name": "NSLabel",
"version": "1.1.0",
"summary": "A lightweight and pixel perfect, but simplified version of UILabel for Mac OS X.",
"homepage": "https://github.com/lhecker/NSLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leonard Hecker": "leonard@hecker.io"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/lhecker/NSLabel.git",
"tag": "1.1.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true
}