blob: 187687927c8953117e978ced77bb9f0e3c4684df [file] [log] [blame]
{
"name": "TweeTextField",
"version": "1.4.0",
"summary": "Lightweight set of attributed text fields with nice animation",
"description": "This is lightweight library that provides different types of Text Fields based on your needs. I was inspired by https://uimovement.com/ui/2524/input-field-help/.",
"homepage": "https://github.com/oleghnidets/TweeTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleg Hnidets": "oleg.oleksan@gmail.com"
},
"source": {
"git": "https://github.com/oleghnidets/TweeTextField.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"frameworks": "UIKit"
}