blob: 3a55ae15851429869e1bd695ece3af17c478447c [file] [log] [blame]
{
"name": "AHTextField",
"version": "0.1.0",
"summary": "AHTextField makes work with TextFields easier, including: Images, gradients, textPadding etc.",
"swift_version": "4.2",
"description": "AHTextField lets you easily work with images, one-side borders, gradients, text padding etc. inside TextFields. AHTextField inherits from UITextField and adds some other functionality on top.",
"homepage": "https://github.com/Phyber64/AHTextField",
"screenshots": [
"https://imgur.com/Rq3cXaG.png",
"https://imgur.com/Oxy32J7.png",
"https://imgur.com/uu17SR8.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleš Hanžlík": "hanzlikale@gmail.com"
},
"source": {
"git": "https://github.com/Phyber64/AHTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AHTextField/Classes/**/*",
"frameworks": "UIKit"
}