blob: 8947b42515efd45ed6e15a3ea6f4ebfec752551a [file] [log] [blame]
{
"name": "HorizontalPickerControl",
"version": "0.2.0",
"summary": "A horizontal picker control for iOS written in Swift.",
"description": "A horizontal picker control for iOS written in Swift.\nIt's a horizontal paged scroll view which allows you to create a slider-style horizontal picker.\nBest used for numbers but you can make the option views represent anything you want.\n\nMore documentation coming soon.",
"homepage": "https://github.com/acrookston/HorizontalPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Crookston": "andrew@caoos.com"
},
"social_media_url": "http://twitter.com/acr",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/acrookston/HorizontalPicker.git",
"tag": "0.2.0"
},
"source_files": "HorizontalPicker/*.swift",
"frameworks": "UIKit"
}