[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.6.0 / XMLCoder.podspec.json
blobe79b5b22243e73e4251d9179bd15b183e7da0774
2   "name": "XMLCoder",
3   "version": "0.6.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   },
14   "platforms": {
15     "watchos": "2.0",
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.11"
19   },
20   "swift_versions": "4.2",
21   "source": {
22     "git": "https://github.com/MaxDesiatov/XMLCoder.git",
23     "tag": "0.6.0"
24   },
25   "source_files": "Sources/XMLCoder/**/*.swift",
26   "requires_arc": true,
27   "swift_version": "4.2"