blob: 8a7f7b6173ecfeff0aa8563a2ce4dd46e8be7657 [file] [log] [blame]
{
"name": "RAGTextField",
"version": "0.9.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "RAGTextField/Classes/**/*"
}