blob: 16366f7a0dc4dc368b4765a165fbefa9de6f83d4 [file] [log] [blame]
{
"name": "FloatingLabelInput",
"version": "0.1.0",
"summary": "A UITextField subclass that creates a floating label from the placeholder text.",
"description": "A beautiful implementation of the floating label input style. It also includes an optional view/hide input text button for password fields",
"homepage": "https://github.com/quacklabs/FloatingLabelInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Boleigha": "donhoenix@gmail.com"
},
"social_media_url": "https://twitter.com/MarkBoleigha",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/quacklabs/FloatingLabelInput.git",
"tag": "0.1.0"
},
"swift_versions": "4.2",
"source_files": "FloatingLabelInput/**/*.{swift}",
"frameworks": "UIKit",
"swift_version": "4.2"
}