[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / 0 / FormatTextField / 0.1.2 / FormatTextField.podspec.json
blob65df3968453e7fecae7fd4910597cb21ed388729
2   "name": "FormatTextField",
3   "version": "0.1.2",
4   "summary": "A convenience class for UITextField that formats and validates input.",
5   "description": "FormatTextField is a UITextField subclass that formats and validates the input\nfor the input of a given user. The available options are no format, formatting\nas a phone number, formatting currency, and validating email.",
6   "homepage": "https://github.com/anthonydito/FormatTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Dito": "anthonymdito@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anthonydito/FormatTextField.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FormatTextField/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"