blob: e6a72fab1a3554e3ecfdb13b8ce9619e4849896d [file] [log] [blame]
{
"name": "TextFieldWrapper",
"version": "0.1.0",
"summary": "A wrapper of UITextField.",
"description": "Limit character input in TextField, trim string when character limit exit, get the character change event, validate inputed character range, modify placeholder color and font, all these functionality you will get with this Wrapper.\nAlso you will have eye catchy Zoom In/Out focus animation while editing and end of editing SMTextField. All you have to do is:\nyourTextField.zoomScale = 1.4 // some value > 1\nyourTextField.addBlurToView = self.view // In which view you want to add transparent blur effect.\n\nThis wrapper also gives you SMHoshiTextField which have the same effect of HoshiTextField form TextFieldEffects by Raúl Riera. It also has all the funtionality of SMTextField.",
"homepage": "https://github.com/s1Moinuddin/TextFieldWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"S.M.Moinuddin": "shuvn.eee@gmail.com"
},
"source": {
"git": "https://github.com/s1Moinuddin/TextFieldWrapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TextFieldWrapper/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}