blob: a5f5ee8a0e9707025b28d080cf0479e757a12f79 [file] [log] [blame]
{
"name": "RAGTextField",
"version": "0.11.0",
"summary": "Subclass of UITextField featuring a floating placeholder and a hint label.",
"description": "Subclass of UITextField that adds an animated placeholder and an optional hint label below the text. Supports an arbitrary view in the background of the text (outline and underline views are provided) as well as the left and right views, text alignments, flexible padding and offsets.",
"homepage": "https://github.com/raginmari/RAGTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"raginmari": "reimar.twelker@web.de"
},
"source": {
"git": "https://github.com/raginmari/RAGTextField.git",
"tag": "0.11.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "RAGTextField/Classes/**/*"
}