[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 5 / a / PickerViewCell / 0.2.1 / PickerViewCell.podspec.json
blob2998aea955a24304017af3d57165115c00eb90de
2   "name": "PickerViewCell",
3   "version": "0.2.1",
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://i.imgur.com/9H2FfFa.png",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "jam_hsu": "hijamoya2004@hotmail.com"
14   },
15   "source": {
16     "git": "https://github.com/hijamoya/PickerViewCell.git",
17     "tag": "0.2.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "5.0",
23   "source_files": "PickerViewCell/Classes/**/*"