blob: cd19131a70fee787fe22fb2160a6430ab84a508e [file] [log] [blame]
{
"name": "DPBorderIconTextField",
"version": "1.1",
"summary": "A UIView that has a UITextField and a customizable icon and a border that changes color when active.",
"description": "A UIView that has a UITextField and a customizable icon and a border that changes color when active. It is fully customizable and can also pass to delegate all UITextFieldDelegate calls.",
"homepage": "https://github.com/kostassite/DPBorderIconTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostas Antonopoulos": "kostas@devpro.gr"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kostassite/DPBorderIconTextField.git",
"tag": "1.1"
},
"source_files": "DPBorderIconTextField/DPBorderIconTextField/*.{h,m}",
"dependencies": {
"OCMock": [
"~> 3.3"
]
}
}