blob: ab2f7ce01cdf3c286a9dd13afd7c6df66c0fcb66 [file] [log] [blame]
{
"name": "DPSFloatingLabelTextField",
"version": "2.1.1",
"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": "9.0"
},
"source": {
"git": "https://github.com/ebaker355/DPSFloatingLabelTextField.git",
"tag": "2.1.1"
},
"source_files": "FloatingLabelTextField/Source/*.{h,swift}",
"requires_arc": true
}