Material: Cannot pod update or pod install

pod install
Analyzing dependencies
Downloading dependencies
Installing Material (3.1.0)

[!] Error installing Material
[!] /usr/local/bin/git clone https://github.com/CosmicMind/Material.git /var/folders/l0/qjbxjsm93n7fb1gmkwv1lplh0000gn/T/d20190516-68026-xbdiv2 --template= --single-branch --depth 1 --branch 3.1.0

Cloning into '/var/folders/l0/qjbxjsm93n7fb1gmkwv1lplh0000gn/T/d20190516-68026-xbdiv2'...
warning: Could not find remote branch 3.1.0 to clone.
fatal: Remote branch 3.1.0 not found in upstream origin

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

@schystz great news. Thank you for letting me know. All the best!

@kylebrowning @v-andr I set the tags incorrectly. Now it is all fixed. Sorry about that. Thank you @OrkhanAlikhanov for the suggested fix.

Use this for now:

pod 'Material', git => 'https://github.com/CosmicMind/Material.git', :branch => 'swift-4.2' 
pod 'Motion', git => 'https://github.com/CosmicMind/Motion.git', :branch => 'swift-4.2' 

We will take a look. Thanks!