[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 4 / TextViewWithThreshHoldFrame / 0.0.1 / TextViewWithThreshHoldFrame.podspec.json
blobe5e126144eb5092784c1de33917ebd9d9b3aa8ff
2   "name": "TextViewWithThreshHoldFrame",
3   "version": "0.0.1",
4   "summary": "TextView that grows until certain ThreshHold",
5   "description": "UITextView is great because it grows its size dynamically binded with its content text. But sometimes, you don't want it to grow more than certain size. This pod exactly give you that option.",
6   "homepage": "https://github.com/e-sung/TextViewWithThreshHoldFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "e-sung": "dev.esung@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/e-sung/TextViewWithThreshHoldFrame.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TextViewWithThreshHoldFrame/Classes/**/*",
22   "swift_version": "4.1"