blob: ee463d15cbf7f941a6ed8a354b8862cd4165b75e [file] [log] [blame]
{
"name": "BENTagsView",
"version": "0.1.0",
"summary": "A simple UIView sublass for displaying a series of tags.",
"description": "BENTagsView allows you to quickly add a series of tags to any UIView. It is easy to add tags, customize fonts and colors, and to turn tags on and off.",
"homepage": "http://benpackard.org",
"license": "MIT",
"authors": {
"Ben Packard": "ben@benpackard.org"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/benpackard/BENTagsView.git",
"tag": "0.1.0"
},
"source_files": "BENTagsView/*.{h,m}",
"requires_arc": false
}