Mirko Justiniano

1pod
一个使用 Swift 3.0 编写的 RSS 源解析器。它使用 Alamofire 获取 URL,并使用 Google 的 feed api 解析源。
示例用法
import JauzziParser
JauzziParser.sharedInstance.fetchRss(url: "https://news.google.com/?output=rss") { [weak self] entries in print(entries) }
许可证: MIT