blob: 6eab1b61fd7c88ab4cbc3e487a7c23b6af8f67fc [file] [log] [blame]
{
"name": "SelectionScrollBar",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SelectionScrollBar/Classes/**/*"
}