[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / d / 5 / f / PickerTextField / 1.5.1 / PickerTextField.podspec.json
blob050a4f0c49a593741075fb1073e5846028625e79
2   "name": "PickerTextField",
3   "version": "1.5.1",
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": "9.3"
13   },
14   "source": {
15     "git": "https://github.com/Nestarneal/PickerTextField.git",
16     "tag": "1.5.1"
17   },
18   "source_files": [
19     "PickerTextField",
20     "PickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"