Cloning into '/var/folders/x7/ftlk688d3s95d4jr9tzydsc40000q3/T/d20210520-36807-2l6eb8'...
warning: Could not find remote branch v1.0.2 to clone.
fatal: Remote branch v1.0.2 not found in upstream origin`
Hi @rascyber, we don't support CocoaPods. Please use Swift Package Manager or Carthage to integrate our SDK.
For more details, please see our documentation: https://github.com/omise/omise-ios#installation
Hi I am getting this error on xcode 12 after adding
pod 'omise-ios', '~> 1.0'
thenpod install
Terminal returns this error.
`Installing omise-ios (1.0.2)
[!] Error installing omise-ios [!] /usr/bin/git clone https://github.com/omise/omise-ios.git /var/folders/x7/ftlk688d3s95d4jr9tzydsc40000q3/T/d20210520-36807-2l6eb8 --template= --single-branch --depth 1 --branch v1.0.2
Cloning into '/var/folders/x7/ftlk688d3s95d4jr9tzydsc40000q3/T/d20210520-36807-2l6eb8'... warning: Could not find remote branch v1.0.2 to clone. fatal: Remote branch v1.0.2 not found in upstream origin`
Please help resolve