KLCPopup icon indicating copy to clipboard operation
KLCPopup copied to clipboard

cocoapods need update!

Open Xfly-Developer opened this issue 9 years ago • 4 comments

At first I use Cocoapods to install the KLCPopup in my project, and the version is 1.0... And then I found that when in iOS8, I rotatie the device from portrait to landscape left, the popupView rotated 180 degrees... At last, I check the source code and compare with the code in git, IT WAS DIFFERENT!!!!! And the code in github is working perfect SO CHEAT YOU PAPA...(坑爹) -,-

By the way, This popup is great, I love it so much! Thank u.

Xfly-Developer avatar Mar 25 '15 11:03 Xfly-Developer

To use the latest code on GitHub, specify this in your Podfile:

pod 'KLCPopup', :head

Podfile documentation: http://guides.cocoapods.org/using/the-podfile.html

Hope it helps.

cyhsutw avatar Apr 11 '15 02:04 cyhsutw

Same issue Latest version is 1.1, cocoa cops 1.0 Even if with :head Is this pods still supported and updated?

foffux avatar Oct 16 '15 15:10 foffux

Use pod 'KLCPopup', :git => 'https://github.com/jmascia/KLCPopup' to reference latest version.

yakubbaev avatar Nov 30 '15 15:11 yakubbaev

Same issue here. Update the podspec to https://github.com/CocoaPods/Specs would be better. It needs the owner(@jmasica) of podspec to update it.

allenhuang avatar Apr 20 '16 11:04 allenhuang