blob: 8c2391e2f2b645b41f88f50b8af573d393aa9b87 [file] [log] [blame]
{
"name": "DNTagView",
"version": "0.0.1",
"summary": "DNTagView is a view supports to display tags.",
"description": "DNTagView is a view supports to display tags with auto layout.\n- supports auto layout\n- supports working with UITableViewCell\n- supports adding with UITextField\n- supports deleting with UIMenuController",
"homepage": "https://github.com/dawnnnnn/DNTagView",
"license": "MIT",
"authors": {
"dawnnnnn": "tan32211@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dawnnnnn/DNTagView.git",
"tag": "0.0.1"
},
"source_files": "DNTagViewDemo/TagView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}