blob: 036c138e4e663923ecc40152022fea17db481615 [file] [log] [blame]
{
"name": "SMFloatingLabelTextField",
"version": "0.3.1",
"summary": "A subclass of UITextField that displays floating placeholder",
"description": "This CocoaPod providers the ability to use a UITextField that displays floating placeholder. When user type some text into field, or text is set programatically, placeholder label is displayed above field itself. The placeholder labes appears and disappears using animation.",
"homepage": "https://github.com/AzimoLabs/SMFloatingLabelTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michał Moskała": "micmos@azimo.com"
},
"source": {
"git": "https://github.com/AzimoLabs/SMFloatingLabelTextField.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/azimolabs",
"platforms": {
"ios": "8.0"
},
"source_files": "SMFloatingLabelTextField/Classes/**/*"
}