blob: a5c4fa0dfd84ffe62941c149b3ec59dd1ee6362a [file] [log] [blame]
{
"name": "NSLabel",
"version": "1.0.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": null
},
"source": {
"git": "https://github.com/lhecker/NSLabel.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true
}