blob: 7e8abf315be9a7d803d0d7cebb0bda7a559a83a6 [file] [log] [blame]
{
"name": "FFCTextField",
"version": "0.0.1",
"summary": "Text field with a floating name label and validations",
"description": "FFCTextField is a small collection of features for implementing\nelegane text fields suitable for use in forms, and elsewhere.\n\nThe text field's placeholder text animates into a floating title\nlabel.\n\nThe text field also features validation functions that provide\nfeedback to the user via the same floating label mechanism.",
"homepage": "https://github.com/fcanas/FFCTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabian Canas": "fcanas@gmail.com"
},
"social_media_url": "http://twitter.com/fcanas",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fcanas/FFCTextField.git",
"tag": "v0.0.1"
},
"source_files": [
"src",
"src/**/*.{swift}"
]
}