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

CocoaPods installs an outdated version of FlatButton #12

Open
FelixLisczyk opened this issue Nov 5, 2017 · 2 comments
Open

CocoaPods installs an outdated version of FlatButton #12

FelixLisczyk opened this issue Nov 5, 2017 · 2 comments

Comments

@FelixLisczyk
Copy link
Contributor

Podfile

use_frameworks!

target 'test' do
  platform :osx, '10.13'
  pod 'FlatButton'
end

Terminal

$ pod install
Analyzing dependencies
Downloading dependencies
Installing FlatButton (1.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

Notice that CocoaPods installs version 1.2 although version 1.4 is the latest release. I assume you have to update the master repo?

https://github.com/CocoaPods/Specs/tree/master/Specs/9/7/f/FlatButton

Thank you!

As a workaround for others, you can specify this repo in the podfile directly. This will install the latest version.

pod 'FlatButton', :git => 'https://github.com/OskarGroth/FlatButton.git'
@grantkemp
Copy link

Thanks for sharing this..

@itsdamslife
Copy link

Can you update the cocoapods.org site with the latest version? It would be very helpful to maintain clean Podfile. Thanks a lot.

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