Skip to content

Instantly share code, notes, and snippets.

@matejthetree
Created February 28, 2018 22:45
Show Gist options
  • Save matejthetree/f7c147e1b3bbeb37e8a9af63ec25afe0 to your computer and use it in GitHub Desktop.
Save matejthetree/f7c147e1b3bbeb37e8a9af63ec25afe0 to your computer and use it in GitHub Desktop.
Update all pods
Updating local specs repositories
$ /usr/bin/git -C /Users/matejsimunic/.cocoapods/repos/master fetch origin
--progress
$ /usr/bin/git -C /Users/matejsimunic/.cocoapods/repos/master rev-parse
--abbrev-ref HEAD
master
$ /usr/bin/git -C /Users/matejsimunic/.cocoapods/repos/master reset --hard
origin/master
HEAD is now at 71cc7808c30 [Add] Anchora 4.0.2
Analyzing dependencies
Fetching podspec for `Flutter` from `Pods/.symlinks/flutter/ios`
Fetching podspec for `firebase_auth` from `Pods/.symlinks/plugins/firebase_auth-0.4.6/ios`
Fetching podspec for `google_sign_in` from `Pods/.symlinks/plugins/google_sign_in-2.1.1/ios`
Downloading dependencies
Using Firebase (4.9.0)
Using FirebaseAnalytics (4.0.9)
Using FirebaseAuth (4.4.3)
Using FirebaseCore (4.0.15)
Using FirebaseInstanceID (2.0.9)
Using Flutter (1.0.0)
Using GTMOAuth2 (1.1.6)
Using GTMSessionFetcher (1.1.14)
Using GoogleSignIn (4.1.2)
Using GoogleToolboxForMac (2.1.3)
Using firebase_auth (0.0.1)
Using google_sign_in (0.0.1)
Using nanopb (0.3.8)
Generating Pods project
Integrating client project
Pod installation complete! There are 3 dependencies from the Podfile and 13 total pods installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment