Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why cocoapods installs outdated version #64

Closed
muhasturk opened this issue Dec 9, 2015 · 6 comments
Closed

why cocoapods installs outdated version #64

muhasturk opened this issue Dec 9, 2015 · 6 comments

Comments

@muhasturk
Copy link

pod specs is outdated. How can we update this?

https://github.com/CocoaPods/Specs/blob/master/Specs/RAMAnimatedTabBarController/1.0.1/RAMAnimatedTabBarController.podspec.json

@maxhis
Copy link

maxhis commented Dec 19, 2015

+1
Really hate to copy/paste code into my project. For a solution, I set the git url and tag for RAMAnimatedTabBarController:
pod 'RAMAnimatedTabBarController', :git => 'https://github.com/Ramotion/animated-tab-bar.git', :tag => '1.0.5'

@muhasturk
Copy link
Author

Yes the solution you gave works well however cocoapods need upgrade to solve the problem.

@0ber
Copy link
Contributor

0ber commented Dec 24, 2015

fixed

@0ber 0ber closed this as completed Dec 24, 2015
@maxhis
Copy link

maxhis commented Dec 24, 2015

It is still installing the 1.0.1 version of library when run pod install.

@0ber
Copy link
Contributor

0ber commented Dec 24, 2015

run pod update

@maxhis
Copy link

maxhis commented Dec 24, 2015

Yeah, it works. Sorry for my mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants