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