blob: f57998719e1ef94904d2bf7ded1c11408b63e32a [file] [log] [blame]
{
"name": "JauzziParser",
"version": "1.0.1",
"summary": "An RSS feed parser written in Swift 3.0.",
"swift_version": "4.0",
"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}",
"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": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "JauzziParser/**/*.{swift}",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-lxml2"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}