blob: eefaa093d7e8471bea657cb52c576777fed258f7 [file] [log] [blame]
{
"name": "DPTextField",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"DPTextField",
"DPTextField/**/*.{h,m}"
],
"public_header_files": [
"DPTextField/DPTextField.h",
"DPTextField/DPTextFieldAutoFillDataSource.h"
],
"frameworks": "CoreGraphics",
"requires_arc": true
}