[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / d / 9 / TLCustomMask / 1.0.1 / TLCustomMask.podspec.json
blob0b5c47d79961d6bf35f092564ba32f3e28eeeb92
2   "name": "TLCustomMask",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Edudjr": "eduardo.djr@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Edudjr/TLCustomMask.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TLCustomMask/Classes/**/*",
22   "pushed_with_swift_version": "3.0"