2 "name": "JauzziParser",
4 "summary": "An RSS feed parser written in Swift 3.0.",
5 "swift_version": "4.0",
6 "description": "An RSS feed parser written in Swift 4.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}",
7 "homepage": "https://github.com/fakerabbit/JauzziParser",
13 "Mirko Justiniano": "mirkoj@gmail.com"
16 "git": "https://github.com/fakerabbit/JauzziParser.git",
22 "source_files": "JauzziParser/**/*.{swift}",
25 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
26 "OTHER_LDFLAGS": "-lxml2"