[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / 5 / a / PickerViewCell / 0.1.0 / PickerViewCell.podspec.json
blobcc43983a99efd2af4b3d56a018e22ae74c7bd52d
2   "name": "PickerViewCell",
3   "version": "0.1.0",
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",
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.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PickerViewCell/Classes/**/*",
23   "pushed_with_swift_version": "3.0"