[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / d / 5 / f / PickerTextField / 1.2.2 / PickerTextField.podspec.json
blobaf3b6f299d6a77e0db50ed856cf12f618d4c540f
2   "name": "PickerTextField",
3   "version": "1.2.2",
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.2.2"
17   },
18   "source_files": [
19     "PickerTextField",
20     "PickerTextField/**/*.{h,m,swift}"
21   ],
22   "swift_version": "4.0"