blob: 1f0288163629ad39cc99573b36f5d10180732b9d [file] [log] [blame]
{
"name": "SelectionScrollBar",
"version": "1.0.1",
"summary": "A selectable horizontal scroll bar developed with Swift.",
"swift_version": "4",
"description": "A selectable horizontal scrollbar developed with Swift. Can be used with a UITextField as the inputAccessoryView or standalone. Originally created as a way to provide predictions to users as they type in a UITextField.",
"homepage": "https://github.com/aj-bartocci/SelectionScrollBar.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AJ Bartocci": "bartocci.aj@gmail.com"
},
"source": {
"git": "https://github.com/aj-bartocci/SelectionScrollBar.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SelectionScrollBar/Classes/**/*"
}