kylef / URITemplate.swift

Swift implementation of URI Template (RFC6570)

Repository from Github https://github.comkylef/URITemplate.swiftRepository from Github https://github.comkylef/URITemplate.swift

Use of deprecated method `addingPercentEscapes(using:)`

borut-t opened this issue · comments

Hi,

you are using deprecated method addingPercentEscapes(using:). Can you replace it with addingPercentEncoding(withAllowedCharacters:) ?

Thanks

Could you publish the fix to CocoaPod?