blob: 8fe406afba6dd107633d10e1a638007958f3d38e [file] [log] [blame]
{
"name": "GRTextField",
"version": "1.1.5",
"summary": "Customizable TextField",
"description": "A customizable TextField in OBJC with possibility of attaching own error labels and custom colors to its own validation",
"homepage": "https://github.com/gho-ramos/GRTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pogramos": "guilherme.hor@gmail.com"
},
"source": {
"git": "https://github.com/gho-ramos/GRTextField.git",
"tag": "1.1.5"
},
"social_media_url": "https://twitter.com/pogramos",
"platforms": {
"ios": "8.0"
},
"source_files": [
"GRTextField/Classes/**/*",
"GRTextField/Extensions/**/*",
"GRTextField/Protocols/**/*"
]
}