[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / 8 / 6 / CGMessageTextView / 0.1.0 / CGMessageTextView.podspec.json
blob6c8372c3ff1e1dc06e851476f9f5714bb4b1aaa4
2   "name": "CGMessageTextView",
3   "version": "0.1.0",
4   "summary": "A UITextView subclass that adds support for changing dinamically the height in base of the text.",
5   "description": "A UITextView subclass that adds support for changing dinamically the height in base of the text. Also it has multiline placeholder thansk 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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CGMessageTextView/Classes/*",
22   "pushed_with_swift_version": "3.0"