blob: 6cbd13237ceb67dedc08b9651bb1c2c3c30004c9 [file] [log] [blame]
{
"name": "RAGTextField",
"version": "0.9.1",
"summary": "Subclass of UITextField featuring a floating placeholder and a hint label.",
"description": "Adds a floating placeholder to the regular UITextField. Moreover, adds an optional hint or error label to the text field. Easy to work with in both storyboards and code.",
"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.9.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "RAGTextField/Classes/**/*"
}