[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.14.0 / XMLCoder.podspec.json
blob52ecfc11ad555b979ee136a1069d6b4b45a6bd0e
2   "name": "XMLCoder",
3   "version": "0.14.0",
4   "summary": "XMLEncoder & XMLDecoder using the Codable protocol in Swift",
5   "description": "XMLCoder allows Swift 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     "Max Desiatov": "max@desiatov.com"
14   },
15   "platforms": {
16     "watchos": "2.0",
17     "ios": "9.0",
18     "tvos": "9.0",
19     "osx": "10.11"
20   },
21   "swift_versions": [
22     "5.1"
23   ],
24   "source": {
25     "git": "https://github.com/MaxDesiatov/XMLCoder.git",
26     "tag": "0.14.0"
27   },
28   "source_files": "Sources/XMLCoder/**/*.swift",
29   "requires_arc": true,
30   "swift_version": "5.1"