4 "summary": "A simple library for parsing XML to a Swift native Dictionary tree.",
5 "description": "A simple library for parsing XML to a Swift native Dictionary tree.\n\nThis library works similairly to the standard Swift JSON libraries - you provide it access to a stream, URL, or Data buffer of XML and it returns a [String:Any] dictionary that you can walk through easily.\n\nMore description and usage patterns forthcoming.",
6 "homepage": "https://github.com/simplepanda/simplexml",
12 "Dylan Neild": "dylan@codeandstrings.com"
15 "git": "https://github.com/simplepanda/simplexml.git",
22 "source_files": "SimpleXML/Classes/*.swift",
23 "pushed_with_swift_version": "4.0"