[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / d / 9 / TLCustomMask / 2.0.0 / TLCustomMask.podspec.json
bloba2c4eeb2f44cff3bc752edcc3a1ec769f47627be
2   "name": "TLCustomMask",
3   "version": "2.0.0",
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     "Eduardo Domene Junior": "eduardo.djr@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Edudjr/TLCustomMask.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "TLCustomMask/Classes/**/*"