[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.4.1 / XMLCoder.podspec.json
blobb9544b6873afba3847ba212749ec84680b153a42
2   "name": "XMLCoder",
3   "version": "0.4.1",
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.4.1"
24   },
25   "source_files": "Sources/XMLCoder/**/*.swift",
26   "requires_arc": true