[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / b / ReadMoreTextView / 1.0.0 / ReadMoreTextView.podspec.json
blob5532bb3d79105c2a50c18d91bc8279a297f7b3c2
2   "name": "ReadMoreTextView",
3   "version": "1.0.0",
4   "summary": "UITextView subclass with \"read more\"/\"read less\" capabilities.",
5   "description": "UITextView subclass with \"Read more\" behavior.\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",
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": "1.0.0"
21   },
22   "source_files": "Sources/ReadMoreTextView.swift"