name: webfeed version: 0.6.0 description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported. homepage: https://github.com/witochandra/webfeed environment: sdk: ">=2.0.0 <3.0.0" dependencies: xml: "^4.2.0" intl: "^0.16.0" dev_dependencies: test: ^1.3.0 http: "^0.11.3+16"