blob: 75892c026f516462dfd62ec70d0c265262bbe668 [file] [log] [blame]
{
"name": "MaterialTextField",
"version": "0.2.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/stephsharp/MaterialTextField.git",
"tag": "v0.2.1"
},
"source_files": "MaterialTextField",
"public_header_files": [
"MaterialTextField/MaterialTextField.h",
"MaterialTextField/MFTextField.h",
"MaterialTextField/UIColor+MaterialTextField.h"
],
"requires_arc": true
}