blob: 0a872606b904280a1cd7fd07363f6cd917c7d1e9 [file] [log] [blame]
{
"name": "FloatingHintTextField",
"version": "0.1.0",
"summary": "Yet another UITexfield control for iOS with floating placeholder. Written in Swift",
"description": "This pod is another iOS implementation of the Android edit text floating labels design. This design enables to see the input field hint/placeholder in order to provide context to the user while typing and later on.",
"homepage": "https://github.com/KuroBCN/FloatingHintTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pereiro, Delfin": ""
},
"source": {
"git": "https://github.com/KuroBCN/FloatingHintTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FloatingHintTextField/Classes/**/*"
}