blob: 6ef89b8fee1c37b4f9002148dfdebff20e749a1e [file] [log] [blame]
{
"name": "DPColorfulTags",
"version": "0.1.0",
"summary": "colorful tags",
"description": "Tags with different colors in UITableview. Tags can be selected.",
"homepage": "https://github.com/HongliYu/DPColorfulTags-Swift",
"license": "MIT",
"authors": {
"HongliYu": "yhlssdone@gmail.com"
},
"source": {
"git": "https://github.com/HongliYu/DPColorfulTags-Swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": [
"DPColorfulTagsDemo/DPColorfulTags/*.swift",
"DPColorfulTagsDemo/DPColorfulTags/*.xib"
],
"frameworks": "UIKit",
"module_name": "DPColorfulTags",
"swift_version": "4.2"
}