On installing Pod this issue is coming in class AcceptSDKCardFieldsValidator.swift in this method
It is coming on Last line on return.The framework is locked so i am unable to edit the method.
subscript (r: Range) -> String {
let start = characters.index(startIndex, offsetBy: r.lowerBound)
let end = characters.index(start, offsetBy: r.upperBound - r.lowerBound)
return String(self[Range(start ..< end)])
}