[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 1 / 3 / 9 / CGLTextViewContainer / 0.1.1 / CGLTextViewContainer.podspec.json
blob7994446d9d4cf5ef95a8a2bfc3ecde4b5e202edd
2   "name": "CGLTextViewContainer",
3   "version": "0.1.1",
4   "summary": "CGLTextViewContainer is the guts of JTSTextView, fixing UITextView by laying out on one, big screen.",
5   "description": "                           CGLTextViewContainer is a lighweight version of Jared Sinclair's excellent workaround to UITextView's notorious update problems. \n                        \n                           It's pretty much just wholesale stolen, but it differs in a few ways: it trusts clients enough to grant them access to the internal text view, cutting the amount of code                        needed by about half. Has-a vs. is-a or pretends-to-be-a. It allows configuration of the text container's height. And it takes into account measurements of the text view's                        inset.\n                        \n                           Original source here:\n                           https://github.com/jaredsinclair/JTSTextView\n                        \n                           Hopefully, iOS 9 will continue the long chain of text improvements on iOS and we won't need these shenanigans anymore. Until then, this does seem to be a good workaround.\n\n",
6   "homepage": "https://github.com/chrisladd/CGLTextViewContainer",
7   "license": "MIT",
8   "authors": {
9     "Chris Ladd": "c.g.ladd@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chrisladd/CGLTextViewContainer.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "UIKit"