CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
1pod
An RSS feed parser written in Swift 3.0. It uses Alamofire for fetching the url and it uses Google's feed api to parse the feed.
Sample usage:
import JauzziParser
JauzziParser.sharedInstance.fetchRss(url: "https://news.google.com/?output=rss") { [weak self] entries in print(entries) }
License: MIT