blob: 7b6193e93a6aef3a8d6a22110d7f86b364dbe563 [file] [log] [blame]
{
"name": "DPTextField",
"version": "0.0.2",
"summary": "UITextField replacement with some extras, including auto-fill.",
"homepage": "https://github.com/ebaker355/DPTextField",
"screenshots": "https://raw.github.com/ebaker355/DPTextField/master/DPTextFieldAutoFill.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Baker": "ebaker@duneparksoftware.com"
},
"source": {
"git": "https://github.com/ebaker355/DPTextField.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"DPTextField",
"DPTextField/**/*.{h,m}"
],
"public_header_files": "DPTextField/DPTextField.h",
"frameworks": "CoreGraphics",
"requires_arc": true
}