blob: e849ddabb48e976584a963fcfbb257c28f91f4e3 [file] [log] [blame]
{
"name": "ChipViewControl",
"version": "1.0.1",
"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.1"
},
"source_files": "ChipViewControl/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}