[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 8 / 5 / MBAutoGrowingTextView / 0.1.0 / MBAutoGrowingTextView.podspec.json
bloba382f7b51ea6aa88a69eb5db66b99f31b361f3d3
2   "name": "MBAutoGrowingTextView",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matej Balantič": "matej@balantic.si"
13   },
14   "screenshots": [
15     "https://raw.githubusercontent.com/MatejBalantic/MBDocs/master/MBAutoGrowingTextView/animated.gif"
16   ],
17   "social_media_url": "http://twitter.com/skavt",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/MatejBalantic/MBAutoGrowingTextView.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "MBAutoGrowingTextView/*.{h,m}",
26   "requires_arc": true,
27   "deprecated": true