Closed ospfranco closed 2 months ago
As a matter of fact, I don't see 4.6.0 not published on Cocoapods
https://github.com/CocoaPods/Specs/blob/master/Specs/8/1/2/YubiKit/4.4.0/YubiKit.podspec.json
Duplicate of #155. For now a workaround is to pin it to the github repo:
pod 'YubiKit', :git => 'https://github.com/Yubico/yubikit-ios.git'
Hi, my project is targeting iOS 13.4. From what I see in the podspec 11 is the minimum required target. However when I try to install the pods I get:
Is the deployed version on CocoaPods the same the the main branch of the repo?