blob: 75d1186b00bf753bee5250131d79a7ec6b20bcc2 [file] [log] [blame]
{
"name": "AlphabetSlider",
"version": "2.0.0",
"summary": "Provides an incremental slider for arbitary string values.",
"description": "Provides an incremental slider, allowing the user to select from any arbitary values of your choosing--alphabet letters, numbers, values, or anything else. Hook this up to a UICollectionView or a UITableView and use it as an index to quickly scroll between sections. As a user scrolls through a table or collection, you can use delegate methods to update the value of this slider, which is a nice way of displaying the user's overall progress through the table or collection.",
"homepage": "https://github.com/raphaeltraviss/AlphabetSlider",
"screenshots": "https://raw.githubusercontent.com/raphaeltraviss/AlphabetSlider/9f06df32b978b63212f476e9da7a0cb4fcfbeeb3/demo.gif",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Raphael Traviss": "raphael@skyleafdesign.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/raphaeltraviss/AlphabetSlider.git",
"tag": "2.0.0"
},
"source_files": "AlphabetSlider/AlphabetSlider",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}