[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 1 / b / XMLParsing / 0.0.2 / XMLParsing.podspec.json
bloba94361a2d71919ae5c9a6963e6fb405163df2568
2   "name": "XMLParsing",
3   "version": "0.0.2",
4   "summary": "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4",
5   "description": "XMLParsing allows Swift 4 Codable-conforming objects to be translated to and from XML",
6   "homepage": "https://github.com/ShawnMoore/XMLParsing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shawn Moore": "sm5@me.com",
13     "Wilson Ding": "hello@wilsonding.com"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/dingwilson/XMLParsing.git",
21     "tag": "0.0.2"
22   },
23   "source_files": "Sources/XMLParsing/**/*.swift",
24   "requires_arc": true