blob: c03b670005cc630e9ea97885ac9ede28e38f2d8e [file] [log] [blame]
{
"name": "DPSFloatingLabelTextField",
"version": "2.1.0",
"summary": "A UITextField subclass that creates a floating label from the placeholder text.",
"description": "DPSFloatingLabelTextField is a highly-customizable UITextField subclass that\ncreatings a \"floating label\" from the placeholder string. It also supports\na bottom line border style.",
"homepage": "https://github.com/ebaker355/DPSFloatingLabelTextField",
"license": "MIT",
"authors": {
"Eric Baker": "ebaker355@gmail.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/ebaker355/DPSFloatingLabelTextField.git",
"tag": "2.1.0"
},
"source_files": "FloatingLabelTextField/Source/*.{h,swift}",
"requires_arc": true
}