Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

why cocoapods installs outdated version #64

Closed muhasturk closed 8 years ago

muhasturk commented 8 years ago

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 commented 8 years ago

+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 commented 8 years ago

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

0ber commented 8 years ago

fixed

maxhis commented 8 years ago

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

0ber commented 8 years ago

run pod update

maxhis commented 8 years ago

Yeah, it works. Sorry for my mistake.