blob: 0d2cd496f0cbeb62bed2bbbc40a6ca03780143a2 [file] [log] [blame]
{
"name": "ChipViewControl",
"version": "1.2.0",
"summary": "A simple auto-sizing, scrollable, chip view control for iOS",
"swift_version": "4.2",
"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": "12.0"
},
"source": {
"git": "https://github.com/jtsmrd/ChipViewControl.git",
"tag": "1.2.0"
},
"source_files": "ChipViewControl/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}