[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / 9 / a / 0 / JTSTextView / 0.0.1 / JTSTextView.podspec.json
blob8ae5e73ec35a4aee7e748f13e40355b7121fe7c1
2   "name": "JTSTextView",
3   "version": "0.0.1",
4   "summary": "A sane alternative to UITextView (since UITextView is broken beyond repair in iOS 7).",
5   "description": "UITextView is utterly broken on iOS 7. JTSTextView is an otherwise vanilla\nUIScrollView, except it manages a private UITextView subview. This private\ntext view is of a fixed height (100,000 points) and it has its scrolling\nimplicitly disabled because it's frame height is effectively always taller\nthan it's contentSize.height. By using a fixed height and disabling\nscrolling, this bypasses all the bad math that otherwise breaks UITextView.\n\nTo make JTSTextView useful, it has a bunch of public properties and methods\nthat mimic the properties, methods, and delegate protocols of UITextView proper.\n",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/jaredsinclair/JTSTextView",
11   "authors": {
12     "Jared Sinclair": "desk@jaredsinclair.com"
13   },
14   "source": {
15     "git": "https://github.com/jaredsinclair/JTSTextView.git",
16     "commit": "84c06175f6e089f24f989e7a6af5e2c937cf3460"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "JTSTextView Source/*.{h,m}"