blob: e3daeb34ff96340cbd236d9da972a7b94b3c2018 [file] [log] [blame]
{
"name": "PXIconTextView",
"version": "0.1.2",
"summary": "Icon on the left, text on the right and it resizes as you type.",
"description": "A convenient view with an icon, text view, and the ability to scroll to fit the text contents.",
"homepage": "https://github.com/pixio/PXIconTextView",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXIconTextView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIPlaceholderTextView": [
]
}
}