blob: 0e694bb4c030873f47d81db758cfa63b9ca8629f [file] [log] [blame]
{
"name": "AETextFieldValidator",
"version": "1.1.2",
"summary": "A lightweight, customizable subclass of UITextField that supports multiple regex validations.",
"homepage": "https://github.com/canicelebrate/AETextFieldValidator",
"license": "MIT",
"authors": {
"William Wang": "canicelebrate@gmail.com"
},
"source": {
"git": "https://github.com/canicelebrate/AETextFieldValidator.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AETextFieldValidator/*.{h,m}",
"public_header_files": "AETextFieldValidator/AETextFieldValidator.h",
"resources": "AETextFieldValidator/*.xcassets"
}