blob: c688e5129e65409343f963bab18a7dc25cb02a91 [file] [log] [blame]
{
"name": "MaterialTextField",
"version": "1.0.0",
"summary": "Material design UITextField with animated placeholder label and error message",
"homepage": "https://github.com/stephsharp/MaterialTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Stephanie Sharp",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/stephsharp/MaterialTextField.git",
"tag": "v1.0.0"
},
"source_files": "MaterialTextField",
"public_header_files": [
"MaterialTextField/MaterialTextField.h",
"MaterialTextField/MFTextField.h",
"MaterialTextField/UIColor+MaterialTextField.h"
],
"requires_arc": true
}