[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 8 / 6 / CGMessageTextView / 0.2.1 / CGMessageTextView.podspec.json
blobb6f3a784ce65d06657d80ad47e2a6ac897cf9159
2   "name": "CGMessageTextView",
3   "version": "0.2.1",
4   "summary": "A UITextView subclass that adds support for changing dynamically the height in base of the text.",
5   "description": "A UITextView subclass that adds support for changing dynamically the height in base of the text. Also it has multiline placeholder thanks to https://github.com/MoZhouqi/KMPlaceholderTextView. All is written in Swift and it use AutoLayout.",
6   "homepage": "https://github.com/cikpis/CGMessageTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Carmelo Gallo": "work@carmelogallo.com"
13   },
14   "source": {
15     "git": "https://github.com/cikpis/CGMessageTextView.git",
16     "tag": "0.2.1"
17   },
18   "social_media_url": "https://twitter.com/cikpis",
19   "platforms": {
20     "ios": "10.1"
21   },
22   "source_files": "CGMessageTextView/Classes/**/*",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "swift_version": "4.2"