blob: b66732d2d8cf8a6c1083ae2a03f15cd67c2e5bf8 [file] [log] [blame]
{
"name": "SKTagView",
"version": "0.9.1",
"license": "MIT",
"summary": "SKTagView is a view supports to display tags with auto layout.",
"homepage": "http://github.com/zsk425/SKTagView",
"description": "SKTagView is a view supports to display tags with auto layout.\n- supports auto layout\n- supports working with UITableViewCell\n- supports single and multi-line mode",
"authors": {
"Shaokang Zhao": "zsk425@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zsk425/SKTagView.git",
"tag": "0.9.1"
},
"source_files": "SKTagView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}