bignerdranch / Freddy

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

Freddy with Swift 3 Cocoapods #195

Closed frederic-adda closed 7 years ago

frederic-adda commented 8 years ago

Hi Is there a way to update my Cocoapods in order to have Freddy for Swift 3 ? Currently, when I upgrade my app to Swift 3, Freddy cannot compile.

Thanks Fred

davidahouse commented 8 years ago

@frederic-adda Working on a solution for this in the swift3 branch, along with PR #208. Note that the swift3 branch is still a work in progress and will have some API breaking changes in it due to Swift 3 API guidelines. Once that branch is able to be pulled in using cocoapods I'll let you know.

frederic-adda commented 8 years ago

Thanks a lot

mdmathias commented 7 years ago

@frederic-adda Freddy should be updates on CocoaPods now.

https://cocoapods.org/?q=Freddy

Thanks for your patience!