[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.11.1 / XMLCoder.podspec.json
blob0efb804e0fc438c434dba9d165f32e35a55090e1
2   "name": "XMLCoder",
3   "version": "0.11.1",
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     "4.2",
23     "5.0"
24   ],
25   "source": {
26     "git": "https://github.com/MaxDesiatov/XMLCoder.git",
27     "tag": "0.11.1"
28   },
29   "source_files": "Sources/XMLCoder/**/*.swift",
30   "requires_arc": true,
31   "swift_version": "5.0"