AMClockView
AMClockView copied to clipboard
Getting error installing AMClockView using cocoa pods
pod install
Analyzing dependencies Downloading dependencies Installing AMClockView (1.0)
[!] Error installing AMClockView [!] /usr/bin/git clone https://github.com/adventam10/AMClockView.git /var/folders/r7/27mr77qd5p9gt6gqr9dsz36r0000gp/T/d20180709-828-1k2ocks --template= --single-branch --depth 1 --branch 1.0
Cloning into '/var/folders/r7/27mr77qd5p9gt6gqr9dsz36r0000gp/T/d20180709-828-1k2ocks'... warning: Could not find remote branch 1.0 to clone. fatal: Remote branch 1.0 not found in upstream origin
I use
pod 'AMClockView', :git => "https://github.com/adventam10/AMClockView.git"
in my Podfile to install.