blob: 993d6b53f7ae726c848444e22aa3a1ed50152348 [file] [log] [blame]
{
"name": "SwiftMaskTextfield",
"version": "0.0.1",
"summary": "An TextField with masking capabilities",
"description": "SwiftMaskTextfield 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: \"####.### ###\"",
"homepage": "https://github.com/gabriel-kozma/swift-mask-textfield",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Kozma": "gabrielmackoz@gmail.com"
},
"social_media_url": "https://www.linkedin.com/in/gabriel-maccori-kozma-4b3b1032",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gabriel-kozma/swift-mask-textfield.git",
"tag": "0.0.1"
},
"source_files": "swift-mask-textfield/**/*.{swift}"
}