blob: 488e6e833418a38aa61f34ada32cdae0958ca9cf [file] [log] [blame]
{
"name": "FloatingLabelInput",
"version": "0.1.1",
"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.1"
},
"swift_versions": "4.2",
"source_files": "FloatingLabelInput/**/*.{swift}",
"frameworks": "UIKit",
"swift_version": "4.2"
}