blob: 201563ddefe2fdbe1469954a0eadc44c839360ab [file] [log] [blame]
{
"name": "JauzziParser",
"version": "0.3.0",
"summary": "An RSS feed parser written in Swift 3.0.",
"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}",
"homepage": "https://github.com/fakerabbit/JauzziParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mirko Justiniano": "mirkoj@gmail.com"
},
"source": {
"git": "https://github.com/fakerabbit/JauzziParser.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JauzziParser/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}