[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 2 / 6 / SimpleXML / 1.0.2 / SimpleXML.podspec.json
blobd09a59d489f0124b0a5e439788efb05231b02527
2   "name": "SimpleXML",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan Neild": "dylan@codeandstrings.com"
13   },
14   "source": {
15     "git": "https://github.com/simplepanda/simplexml.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.12"
21   },
22   "source_files": "SimpleXML/Classes/*.swift",
23   "pushed_with_swift_version": "4.0"