blob: f57734a52b44f31360d75ed9b4ed1bce7449ae94 [file] [log] [blame]
{
"name": "SKTagView",
"version": "0.2",
"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\n",
"authors": {
"Shaokang Zhao": "zsk425@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zsk425/SKTagView.git",
"tag": "0.2"
},
"source_files": "SKTagView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}