blob: 791311145000da6beee1078ba4d9f3976e0d4769 [file] [log] [blame]
{
"name": "ChipViewControl",
"version": "1.0.7",
"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": "10.0"
},
"source": {
"git": "https://github.com/jtsmrd/ChipViewControl.git",
"tag": "1.0.7"
},
"source_files": "ChipViewControl/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}