pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

CocoaPods is out of date #194

Open migrant opened 10 years ago

migrant commented 10 years ago

Would you please submit the changes since 2.0.6 into Specs repo.Because pull request #185 resolve the retain cycle. Thanks a lot.

elsurudo commented 9 years ago

:+1:

DoctorG commented 9 years ago

You may already know this, but for Repo’s that don’t get their PodSpec updated frequently, use this in your podfile:

pod 'PKRevealController', :head

On Feb 18, 2015, at 1:31 PM, Ernest Surudo notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/pkluz/PKRevealController/issues/194#issuecomment-74919527.

elsurudo commented 9 years ago

Heh, yeah. Actually I just discovered this yesterday, after installing this lib in my project directly, and then backtracking :)

BTW, is there a way to lock to a specific commit, or is tracking HEAD the only alternative?

DoctorG commented 9 years ago

Yes sir.. if you want to lock to a specific commit:

pod 'PKRevealController', :git => 'https://github.com/pkluz/PKRevealController.git', :commit => ' 94a18d614e’

On Feb 19, 2015, at 4:30 AM, Ernest Surudo notifications@github.com wrote:

Heh, yeah. Actually I just discovered this yesterday, after installing this lib in my project directly, and then backtracking :)

BTW, is there a way to lock to a specific commit, or is tracking HEAD the only alternative?

— Reply to this email directly or view it on GitHub https://github.com/pkluz/PKRevealController/issues/194#issuecomment-75021017.

elsurudo commented 9 years ago

Thanks for the tip!