blob: 63c02ff232f82701e7dbce2e219cc2a55d3963aa [file] [log] [blame]
{
"name": "AutoLayoutTextViews",
"platforms": {
"ios": "7.0"
},
"version": "1.1.0",
"summary": "AutoLayoutTextViews subclasses UITextView and adds placeholder text, auto resizing, and keyboard avoiding functionality.",
"homepage": "https://github.com/JRG-Developer/AutoLayoutTextViews",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@app-order.com"
},
"source": {
"git": "https://github.com/JRG-Developer/AutoLayoutTextViews.git",
"tag": "1.1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "AutoLayoutTextViews/*.{h,m}"
}