blob: 6cdf02e2b64658e1e3db4bcf6ce54bdd7d126b11 [file] [log] [blame]
{
"name": "AutoLayoutTextViews",
"platforms": {
"ios": "7.0"
},
"version": "1.0.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.0.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "AutoLayoutTextViews/*.{h,m}"
}