blob: aff3a6072e76944bf740c77d6dbab5638b622ea4 [file] [log] [blame]
{
"name": "SimpleXML",
"version": "1.0.4",
"summary": "A simple library for parsing XML to a Swift native Dictionary tree.",
"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.",
"homepage": "https://github.com/simplepanda/simplexml",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan Neild": "dylan@codeandstrings.com"
},
"source": {
"git": "https://github.com/simplepanda/simplexml.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "SimpleXML/Classes/*.swift",
"pushed_with_swift_version": "4.0"
}