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