2 "name": "JauzziParser",
4 "summary": "An RSS feed parser written in Swift 3.0.",
5 "description": "An RSS feed parser written in Swift 3.0.\nIt uses Alamofire for fetching the url and it uses Google's feed api to parse the feed.\n\nSample usage:\n\nimport JauzziParser\n\nJauzziParser.sharedInstance.fetchRss(url: \"https://news.google.com/?output=rss\") { [weak self] entries in\nprint(entries)\n}",
6 "homepage": "https://github.com/fakerabbit/JauzziParser",
12 "Mirko Justiniano": "mirkoj@gmail.com"
15 "git": "https://github.com/fakerabbit/JauzziParser.git",
21 "source_files": "JauzziParser/**/*.{swift}",
31 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
33 "pushed_with_swift_version": "3.0"