| { |
| "name": "JSGrowingTextView", |
| "version": "0.0.1", |
| "summary": "JSGrowingTextView.", |
| "description": "Text view that grows with text input.", |
| "homepage": "https://github.com/JeaSungLEE/JSGrowingTextView", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "jeasung.lee": "wotjdzz1@naver.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/JeaSungLEE/JSGrowingTextView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "JSGrowingTextView/**/*.swift", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "4.0" |
| } |