-
Notifications
You must be signed in to change notification settings - Fork 659
CocoaPods is out of date #194
Comments
👍 |
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
|
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? |
Yes sir.. if you want to lock to a specific commit: pod 'PKRevealController', :git => 'https://github.com/pkluz/PKRevealController.git', :commit => ' 94a18d6’
|
Thanks for the tip! |
Would you please submit the changes since 2.0.6 into Specs repo.Because pull request #185 resolve the retain cycle.
Thanks a lot.
The text was updated successfully, but these errors were encountered: