blob: 0b5c47d79961d6bf35f092564ba32f3e28eeeb92 [file] [log] [blame]
{
"name": "TLCustomMask",
"version": "1.0.1",
"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": {
"Edudjr": "eduardo.djr@hotmail.com"
},
"source": {
"git": "https://github.com/Edudjr/TLCustomMask.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLCustomMask/Classes/**/*",
"pushed_with_swift_version": "3.0"
}