[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 6 / 0 / FormatTextField / 0.1.0 / FormatTextField.podspec.json
blobb8fbd089a75b9e20325b609d9076761560748d24
2   "name": "FormatTextField",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FormatTextField/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"