Please, can you fix Swift 5.0 warnings ?
Duplicate of #1043
Hello @delbyze
The issue has been fixed in this pull request. The branch was already merged to master. Just replace pod 'ObjectMapper'
with pod 'ObjectMapper', :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :branch => 'master'
in your Podfile.
Installed today ObjectMapper 3.5.0 and there no more these Xcode 10.2.1 / Swift 5 warnings, thanks.
Most helpful comment
Hello @delbyze
The issue has been fixed in this pull request. The branch was already merged to master. Just replace
pod 'ObjectMapper'
withpod 'ObjectMapper', :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :branch => 'master'
in your Podfile.