2 "name": "TLCustomMask",
4 "summary": "TLCustomMask takes a string and applies a custom mask to it.",
5 "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}",
6 "homepage": "https://github.com/Edudjr/TLCustomMask",
12 "Eduardo Domene Junior": "eduardo.djr@hotmail.com"
15 "git": "https://github.com/Edudjr/TLCustomMask.git",
21 "source_files": "TLCustomMask/Classes/**/*",
22 "pushed_with_swift_version": "3.2"