blob: fdb35e45b483a7b6aae39888b23158120373527f [file] [log] [blame]
{
"name": "TextFieldCounter",
"version": "1.0.0",
"summary": "UITextField character counter with lovable UX 💖. No math skills required 🙃.",
"description": "Set max length of UITextField,\n Show a beautiful and animated label about the limits\n Easy setup with @IBInspectable",
"homepage": "https://github.com/serralvo/TextFieldCounter",
"screenshots": "https://github.com/serralvo/TextFieldCounter/blob/master/Images/inspector.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabricio Serralvo": "fabricio.serralvo@gmail.com"
},
"social_media_url": "http://serralvo.co",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/serralvo/TextFieldCounter.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "TextFieldCounter.swift",
"exclude_files": "TextFieldCounter",
"pushed_with_swift_version": "3.0"
}