syky27 / LunchGuy

A simple application for retrieving lunch menus of selected restaurants around FIT CTU
http://obedar.fit.cvut.cz/
12 stars 5 forks source link

Get rid of following dependencies #11

Closed syky27 closed 7 years ago

syky27 commented 7 years ago

pod 'SwiftyJSON' replace with swift4 native JSON Codable parsing

pod 'RealmSwift' no need to persist anything, Realm was just for testing...

pod 'SwiftFetchedResultsController' This is so useless...

josefdolezal commented 7 years ago

Hey @syky27, are you working on this? I can fix this together with #8 and #12 if you are ok with it.

Sent with GitHawk

syky27 commented 7 years ago

@josefdolezal Thanks, API URL changed so it fixes #8 (https://github.com/tomaskadlec/lunch_guy/issues/65)

I will be more than happy if you could fix this, I got tons of other work.

Thanks

josefdolezal commented 7 years ago

This one may be closed, fixed in #15.