blob: a5aab8dd13f8eb1e8e327f310b7ec5ab7b53dc42 [file] [log] [blame]
{
"name": "TextFieldFormat",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "customize UITextField string format show as bank card format",
"homepage": "https://github.com/fizix100/TextFieldFormat",
"authors": {
"fizix100": "fizix100@hotmail.com"
},
"source": {
"git": "https://github.com/fizix100/TextFieldFormat.git",
"tag": "0.0.1"
},
"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",
"prefix_header_contents": "#import <objc/runtime.h>",
"source_files": "Source/*.{h,m}",
"preserve_paths": "TextFieldFormat",
"requires_arc": true
}