blob: 48ab6baa3da1d9724ba7fbd03b2054a2198535a1 [file] [log] [blame]
{
"name": "HorizontalPicker",
"version": "2.0.0",
"summary": "A similar to UIPickerView but horizontal picker view.",
"description": "A horizontal picker which adapts for different element width, occupying only the space needed.\nDatasource/Delegate as UIPickerView + support for tintColor, two text lines, font and text color.",
"homepage": "https://github.com/HHuckebein/HorizontalPicker",
"license": "MIT",
"authors": {
"RABE_IT Services": "development@berndrabe.de"
},
"source": {
"git": "https://github.com/HHuckebein/HorizontalPicker.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "HorizontalPicker/Classes/**/*"
}