blob: c18bdfab4609c62f2ee88c4bf6ec60eba4d4d4f5 [file] [log] [blame]
{
"name": "ChipViewControl",
"version": "1.0.6",
"summary": "A simple auto-sizing, scrollable, chip view control for iOS",
"swift_version": "4.0",
"description": "A simple auto-sizing, scrollable, chip view control for iOS.",
"homepage": "https://github.com/jtsmrd/ChipViewControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JT Smrdel": "jtsmrdel@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jtsmrd/ChipViewControl.git",
"tag": "1.0.6"
},
"source_files": "ChipViewControl/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}