blob: 2f4b85f8c8afe24ef27a6f29cf83001c71d5a0ca [file] [log] [blame]
{
"name": "TagControl",
"version": "0.0.1",
"summary": "It is a custom tag view. It can add and delete tags from view.",
"description": "It is a custom tag view. It can add and delete tags from view. you can set the different properties of TagControl like `backGroundColor`, `separatorView.backGroundColor etc if you need to customize it otherwise it will take default values.",
"homepage": "https://github.com/pjanoti/TagControl",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"pjanoti@altimetrik.com": "pjanoti@altimetrik.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pjanoti/TagControl.git",
"branch": "master",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{swift}",
"resources": "Classes/**/*.{xib}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}