rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Add Swift 4.0+ support #80

Closed glm4 closed 6 years ago

glm4 commented 6 years ago

Create a new branch for Swift 4.0+ support.

pMalvasio commented 6 years ago

Besides the basic changes, this should include also the implementation of the protocols Decodable/Encodable instead of using SwiftyJSON for parsing the models. @glm4 WDYT?

glm4 commented 6 years ago

Agree, that would be nice too.

glm4 commented 6 years ago

Solved in PR #83