tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.15k stars 1.04k forks source link

Fix Swift 5.0 warnings #1054

Closed delbyze closed 5 years ago

delbyze commented 5 years ago

Please, can you fix Swift 5.0 warnings ?

Capture d’écran 2019-05-16 à 14 14 51 Capture d’écran 2019-05-16 à 14 14 40
abdullah-s commented 5 years ago

Duplicate of #1043

RomanPodymov commented 5 years ago

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.

tbechtum commented 5 years ago

Installed today ObjectMapper 3.5.0 and there no more these Xcode 10.2.1 / Swift 5 warnings, thanks.