nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 174 forks source link

Updated to Swift 4.1 #48

Closed ghost closed 6 years ago

ghost commented 6 years ago

flatMap is deprecated -> use compactMap.

Fixes #46

nmdias commented 6 years ago

Hi, thank you so much for contributing @ptr-is I have overridden this pr, because I don't have as much time as I had to allocate to FeedKit and there are some additional changes, to pod spec, unit tests, xcproject and so on... I hope you understand. See changes here.

Thank you