[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 1 / UITextFieldAccessories / 0.1.0 / UITextFieldAccessories.podspec.json
blob6d30422cbe5d5955cf43768777a1d6fc45f41eb9
2   "name": "UITextFieldAccessories",
3   "version": "0.1.0",
4   "summary": "Adds useful buttons to a UITextField toolbar.",
5   "description": "This pod adds useful button to a UITextField's toolbar. The buttons include Done, Clear, and an optional +/- button that toggles the sign of any number (especially useful with number pad keyboards which don't have a way to input sign).",
6   "homepage": "https://github.com/michael-s-wu/UITextFieldAccessories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michael-s-wu": "michael_s_wu@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/michael-s-wu/UITextFieldAccessories.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "UITextFieldAccessories/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"