blob: bb0407d4a0c3982989374c21dd8c5a08a2a77585 [file] [log] [blame]
{
"name": "DTSingleLineTextField",
"version": "0.0.1",
"summary": "Simple text field with custom border at bottom and sides",
"description": "# DTSingleLineTextField\n\nSimple text field with custom border at bottom and sides.\n\nFeatures:\n\n* bottom line border\n* optional bottom line endpoint\n* support storyboard",
"homepage": "https://github.com/Dante-Edge/DTSingleLineTextField",
"license": "MIT",
"authors": {
"Dante": "elvewyn@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dante-Edge/DTSingleLineTextField.git",
"tag": "0.0.1"
},
"source_files": [
"DTSingleLineTextField",
"DTSingleLineTextField/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}