blob: 2998aea955a24304017af3d57165115c00eb90de [file] [log] [blame]
{
"name": "PickerViewCell",
"version": "0.2.1",
"summary": "A library implement the UITableViewCell with a UIDatePicker or a UIPickerView.",
"description": "We provide two type of UITableViewCell:\n1. DatePickerTableViewCell: when you make this cell becomeFirstResponder, it will invoke a UIDatePicker and then you can use the delegate function to get the value of the picker.\n2.PickerTableViewCell: when you make this cell becomeFirstResponder, it will invoke a UIPickerView. You should specify your datasource and delegate.",
"homepage": "https://github.com/hijamoya/PickerViewCell",
"screenshots": "https://i.imgur.com/9H2FfFa.png",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"jam_hsu": "hijamoya2004@hotmail.com"
},
"source": {
"git": "https://github.com/hijamoya/PickerViewCell.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source_files": "PickerViewCell/Classes/**/*"
}