[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / f / 1 / ASGrowingTextView / 0.6.0 / ASGrowingTextView.podspec.json
blob7d0511d395b8611c084d031a728229a43f5f89de
2   "name": "ASGrowingTextView",
3   "version": "0.6.0",
4   "summary": "UITextView on Swift 3 and Swift 4. Support auto growing, placeholder and length limit.",
5   "description": "This cocoapod provides a subclass of UITextView which support auto growing, placeholder, length limit and parent scrollview support.",
6   "homepage": "https://github.com/alexsteinerde/ASGrowingTextView",
7   "screenshots": "https://raw.githubusercontent.com/alexsteinerde/ASGrowingTextView/master/DEMO.gif",
8   "license": "MIT",
9   "authors": {
10     "Kenneth Tsang": "kenneth.tsang@me.com",
11     "Alex Steiner": "info@alexsteiner.de"
12   },
13   "source": {
14     "git": "https://github.com/alexsteinerde/ASGrowingTextView.git",
15     "tag": "0.6.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "pushed_with_swift_version": "4.0"