Closed StellarKuldeep closed 6 years ago
When I update pod with pod 'GrowingTextView', '~> 0.6' it gives me error like below.
pod 'GrowingTextView', '~> 0.6'
How to fix this? Thanks in advance.
+1
Setup as pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git' for now
pod 'GrowingTextView', :git => 'https://github.com/KennethTsang/GrowingTextView.git'
Problem fixed. You can now use pod 'GrowingTextView', '0.6.1' to install. Thanks!
pod 'GrowingTextView', '0.6.1'
When I update pod with
pod 'GrowingTextView', '~> 0.6'
it gives me error like below.How to fix this? Thanks in advance.