blob: 78df0cf36f3c2785b5cf14d035276d538b84f34a [file] [log] [blame]
{
"name": "CTLInsetTextField",
"version": "0.3.0",
"summary": "A simple UITextField subclass that adds padding insets",
"description": " A simple UITextField subclass that adds padding insets. Inspired by IPInsetLabel.\n",
"homepage": "https://github.com/doublerebel/CTLInsetTextField",
"license": "MIT",
"authors": {
"Charles Phillips": "charles@doublerebel.com"
},
"source": {
"git": "https://github.com/doublerebel/CTLInsetTextField.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"CTLInsetTextField": [
"Pod/Assets/*.png"
]
}
}