[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.3.0 / XMLCoder.podspec.json
blob683cbba0df3ec806869a58077d717f43905e6da2
2   "name": "XMLCoder",
3   "version": "0.3.0",
4   "summary": "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4",
5   "description": "XMLCoder allows Swift 4 Codable-conforming objects to be translated to and from XML",
6   "homepage": "https://github.com/MaxDesiatov/XMLCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shawn Moore": "sm5@me.com"
13   },
14   "platforms": {
15     "watchos": "2.0",
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "swift_version": "4.2",
21   "source": {
22     "git": "https://github.com/MaxDesiatov/XMLCoder.git",
23     "tag": "0.3.0"
24   },
25   "source_files": "Sources/XMLCoder/**/*.swift",
26   "requires_arc": true