blob: 12a3357ed6d5d45b606ee95451a20ae767b52213 [file] [log] [blame]
{
"name": "GRTextField",
"version": "1.0.1",
"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": "pogramoss@gmail.com"
},
"source": {
"git": "https://github.com/gho-ramos/GRTextField.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/pogramos",
"platforms": {
"ios": "8.0"
},
"source_files": [
"GRTextField/Classes/**/*",
"GRTextField/Extensions/**/*",
"GRTextField/Protocols/**/*"
]
}