blob: cc43983a99efd2af4b3d56a018e22ae74c7bd52d [file] [log] [blame]
{
"name": "PickerViewCell",
"version": "0.1.0",
"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://s3-ap-northeast-1.amazonaws.com/uploads-jp.hipchat.com/119782/912422/X5rdr3NDLQ9TprK/simulator-screen-shot-1-dec-20.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PickerViewCell/Classes/**/*",
"pushed_with_swift_version": "3.0"
}