[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / b / ReadMoreTextView / 3.0.1 / ReadMoreTextView.podspec.json
blob2bf4b597b376146bad9481a1dce7f1abd64b5866
2   "name": "ReadMoreTextView",
3   "version": "3.0.1",
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": "3.0.1"
21   },
22   "source_files": "Sources/*.swift"