Mirko Justiniano

1pod

JauzziParser

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

  • Swift