2 "name": "PickerViewCell",
4 "summary": "A library implement the UITableViewCell with a UIDatePicker or a UIPickerView.",
5 "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.",
6 "homepage": "https://github.com/hijamoya/PickerViewCell",
7 "screenshots": "https://s3-ap-northeast-1.amazonaws.com/uploads-jp.hipchat.com/119782/912422/X5rdr3NDLQ9TprK/simulator-screen-shot-1-dec-20.png",
9 "type": "Apache License, Version 2.0",
13 "jam_hsu": "hijamoya2004@hotmail.com"
16 "git": "https://github.com/hijamoya/PickerViewCell.git",
22 "source_files": "PickerViewCell/Classes/**/*",
23 "pushed_with_swift_version": "3.0"