blob: 70f25a8b88a9d2cc862a7f81312f63b503e82985 [file] [log] [blame]
{
"name": "DBBadgeLabel",
"version": "1.0.0",
"summary": "Dead-simple UILabel subclass written in Swift to simplify using labels with rounded corners and colored backgrounds",
"homepage": "http://www.danielbyon.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Byon": "contact@danielbyon.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/danielbyon/DBBadgeLabel.git",
"tag": "1.0.0"
},
"source_files": "DBBadgeLabel/**/*.{h,m,swift}",
"frameworks": "UIKit",
"requires_arc": true
}