bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 119 forks source link

Fix warnings from Xcode 8 beta 4 on the swift3 branch #188

Closed jgallagher closed 8 years ago

dave256 commented 8 years ago

I've done this on my fork (and also updated the Xcode project settings so it actually builds with Xcode 8 beta 4 vs requesting you update the project).

https://github.com/dave256/Freddy/commits/swift3-upgradedProject

made a pull request #189