[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / d / 5 / f / PickerTextField / 1.2.0 / PickerTextField.podspec.json
blob5ca7d9a5ffe67923a13f62de0112b1874acfb599
2   "name": "PickerTextField",
3   "version": "1.2.0",
4   "summary": "A simple wrapper for UITextField that can pick data provided by the data source.",
5   "description": "PickerTextField wrap the UITextField by replace its inputView and inputAccessory\n      with a UIPickerView and a UIToolbar. PickerTextField also remember what's selected.",
6   "license": "MIT",
7   "authors": {
8     "Nestarneal": "nestarneal@gmail.com"
9   },
10   "homepage": "https://github.com/Nestarneal/PickerTextField",
11   "platforms": {
12     "ios": "11.3"
13   },
14   "source": {
15     "git": "https://github.com/Nestarneal/PickerTextField.git",
16     "tag": "1.2.0"
17   },
18   "source_files": [
19     "PickerTextField",
20     "PickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"