blob: 9384356b972e527e8bfece4e4d18269483fe5845 [file] [log] [blame]
{
"name": "SKTagView",
"version": "0.3",
"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.3"
},
"source_files": "SKTagView/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}