KennethTsang / GrowingTextView

An UITextView in Swift. Support auto growing, placeholder and length limit.
MIT License
1.07k stars 133 forks source link

Not Compatible with Swift 4.2 #40

Closed StellarKuldeep closed 6 years ago

StellarKuldeep commented 6 years ago

When I update pod with pod 'GrowingTextView', '~> 0.6' it gives me error like below.

screen shot 2018-09-22 at 2 15 46 pm

How to fix this? Thanks in advance.

denistrofimov commented 6 years ago

+1

Setup as pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git' for now

KennethTsang commented 6 years ago

Problem fixed. You can now use pod 'GrowingTextView', '0.6.1' to install. Thanks!