[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / b / 2 / TextFieldFormat / 0.0.2 / TextFieldFormat.podspec.json
blob3c30eeca782f81099c37f6f1e3c0c1974b0cd686
2   "name": "TextFieldFormat",
3   "version": "0.0.2",
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.2"
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