[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 2 / TextFieldFormat / 0.0.1 / TextFieldFormat.podspec.json
bloba5aab8dd13f8eb1e8e327f310b7ec5ab7b53dc42
2   "name": "TextFieldFormat",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "customize UITextField string format show as bank card format",
9   "homepage": "https://github.com/fizix100/TextFieldFormat",
10   "authors": {
11     "fizix100": "fizix100@hotmail.com"
12   },
13   "source": {
14     "git": "https://github.com/fizix100/TextFieldFormat.git",
15     "tag": "0.0.1"
16   },
17   "description": "with an UITextField category, customize UITextField string format show as bank card format, eg:6222 2222 2222 2222, will automatically insert a space every four digits",
18   "prefix_header_contents": "#import <objc/runtime.h>",
19   "source_files": "Source/*.{h,m}",
20   "preserve_paths": "TextFieldFormat",
21   "requires_arc": true