2 "name": "MBAutoGrowingTextView",
4 "summary": "An auto-layout based light-weight UITextView subclass which automatically grows and shrinks based on the size of user input",
5 "description": "\t\tAn auto-layout based light-weight UITextView subclass which automatically grows and shrinks based on the size of \n\t\tuser input and can be constrained by maximal and minimal height - all without a single line of code.\n\n\t\tMade primarely for use in Interface builder and only works with Auto layout.\t\t\t\n\t\t\n\t\tMain features:\n\t\t* Made for iOS 7, fully leveraging Interface builder and Auto layout.\n\t\t* UITextView's height will automatically grow or shrink based on amount of text entered by user\n\t\t* Maximal and minimal height of the UITextView can be definde from the interface builder\n\t\t* When maximal height is reached, UITextView content becomes scrollable\n\t\t* Not a single line of code required for complete functionality\n",
6 "homepage": "https://github.com/MatejBalantic/MBAutoGrowingTextView",
12 "Matej Balantič": "matej@balantic.si"
15 "https://raw.githubusercontent.com/MatejBalantic/MBDocs/master/MBAutoGrowingTextView/animated.gif"
17 "social_media_url": "http://twitter.com/skavt",
22 "git": "https://github.com/MatejBalantic/MBAutoGrowingTextView.git",
25 "source_files": "MBAutoGrowingTextView/*.{h,m}",