blob: eb0654a20c92d11ade7ced5fd401a88f94ac0cfe [file] [log] [blame]
{
"name": "SRTextField",
"version": "1.0.1",
"summary": "能够自动进行各种正则验证的TextField",
"description": "TextField, which can automatically perform regular verification, and automatically prohibits the non - allowed characters to be entered.\n\t\t能够自动自动禁止字符输入,并进行正则验证的TextField。\n\n# * Think: Why did you write this? What is the focus? What does it do?\n# * CocoaPods will be using this to generate tags, and improve search results.\n# * Try to keep it short, snappy and to the point.\n# * Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/SarielTang/SRTextField",
"license": "MIT",
"authors": {
"SarielTang": "sarieltang@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SarielTang/SRTextField.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}