[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / b / ReadMoreTextView / 2.0.0 / ReadMoreTextView.podspec.json
blob7a76ec31f4ce7d62d371d40bcc8fd8e50adfc4e6
2   "name": "ReadMoreTextView",
3   "version": "2.0.0",
4   "summary": "UITextView subclass with \"read more\"/\"read less\" capabilities and UITextView extensions to handle touches in characters range.",
5   "description": "UITextView subclass with \"Read more\" behavior.\nUITextView extensions to handle touches in characters range. \n\n* Set \"read more\"/\"read less\" text as a String or NSAttributedString\n* Set maximum number of lines to display\n* Turn trim on/off\n* Live updates and setup in Interface Builder\n* Use UITextView extension methods to detect touches in arbitrary text ranges.",
6   "homepage": "http://ilya.puchka.me/custom-uitextview-in-swift/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ilya Puchka": "ilya@puchka.me"
13   },
14   "social_media_url": "http://twitter.com/ilyapuchka",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/ilyapuchka/ReadMoreTextView.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Sources/*.swift",
23   "pushed_with_swift_version": "3.0"