blob: a2c4eeb2f44cff3bc752edcc3a1ec769f47627be [file] [log] [blame]
{
"name": "TLCustomMask",
"version": "2.0.0",
"summary": "TLCustomMask takes a string and applies a custom mask to it.",
"description": "TLCustomMask takes a string and applies a custom mask to it.\nIdeally it is used from within a TextField to apply real-time masks to text inputs.\nUsage:\nfunc textField(textField: UITextField, shouldChangeCharactersInRange range: NSRange, replacementString string: String) -> Bool {\n self.text = customMask!.formatStringWithRange(range, string: string)\n return false\n}",
"homepage": "https://github.com/Edudjr/TLCustomMask",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eduardo Domene Junior": "eduardo.djr@hotmail.com"
},
"source": {
"git": "https://github.com/Edudjr/TLCustomMask.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "TLCustomMask/Classes/**/*"
}