[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 0 / SwiftMaskTextfield / 0.0.3 / SwiftMaskTextfield.podspec.json
blob4d4e418af3004cc0dde8d9fc0180a98a9d4734c2
2   "name": "SwiftMaskTextfield",
3   "version": "0.0.3",
4   "summary": "An TextField with masking capabilities",
5   "description": "# SwiftMaskTextfield\n\nSwiftMaskTextfield inherits from UITextField for supporting masks into textfields that can be defined into the storyboard\n\n* Lightweight implementation\n* Can be used with or without masks\n* Ability to override de formatting function to create custom implemantion of the class\n* The replaceable characters from the mask format can be changed by overriding them\n* Supports spaces, dots and any special chars on the format, for instance: \"####.### ###\" \n\n### How to use\n* Install with cocoapods or copy the class SwiftMaskTextfield into your project\n* Add a UITextfield component into your storyboard or xib\n* Set it's custom class to SwiftMaskTextfield\n* Set the formatting mask into the property formatPattern in Interface Builder or programattically \n\n| Characters | Format replacement |\n|:------------:|:------------------------------:|\n| letters and digits | __*__ |\n| any letter | __@__ |\n| lowercase letters | __a__ |\n| uppercase letters | __A__ |\n| digits | __#__ |",
6   "homepage": "https://github.com/gabriel-kozma/swift-mask-textfield",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Gabriel Kozma": "gabrielmackoz@gmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/gabriel-maccori-kozma-4b3b1032",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/gabriel-kozma/swift-mask-textfield.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "swift-mask-textfield/**/*.{swift}"