You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Podfile
Terminal
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.
The text was updated successfully, but these errors were encountered: