cocoapod update
pod repo update 하여도
SwiftyBootpay 버전이 2.0.5에서 올라가지 않습니다.
최신 버전은 3.0.49로 cocoapod사이트엔 나와있는데 업데이트 되지 않습니다
Podfile 코드입니다.
platform :ios, '10.0'
target '' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for
# Firebase Pods
pod 'Firebase/Core', '~> 6.7.0'
pod 'Firebase/Messaging', '~> 6.7.0'
# Payment Pods
pod 'SwiftyBootpay'
end
Project Development Target은 10.0입니다.
cocoapod update
pod repo update 하여도
SwiftyBootpay 버전이 2.0.5에서 올라가지 않습니다.
최신 버전은 3.0.49로 cocoapod사이트엔 나와있는데 업데이트 되지 않습니다
Podfile 코드입니다.
Project Development Target은 10.0입니다.