chameleon icon indicating copy to clipboard operation
chameleon copied to clipboard

Release 2.2.0 doesn't exist on CocoaPods

Open filipealva opened this issue 6 years ago • 1 comments

I've noticed that there's a release 2.2.0 on this repo but when I try to update it on my Podfile it says that there's no 2.2.0 version for this pod.

filipealva avatar Apr 18 '18 20:04 filipealva

Just as a temporary fix I have forked and fixed up the errors that are being produced with the Xcode 11.0 beta. You can use the following if you'd like until they push version 2.2.0 to their pod:

pod 'ChameleonFramework/Swift', :git => 'https://github.com/andrewabdalla/Chameleon', :branch => 'swift4'

andrewabdalla avatar Jun 20 '19 21:06 andrewabdalla