[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 4 / 8 / XMLCoder / 0.1.1 / XMLCoder.podspec.json
blobfce5b503a34c4095f273791727e6044a7a56c716
2   "name": "XMLCoder",
3   "version": "0.1.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     "ios": "9.0",
16     "tvos": "9.0",
17     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://github.com/MaxDesiatov/XMLCoder.git",
21     "tag": "0.1.1"
22   },
23   "source_files": "Sources/XMLCoder/**/*.swift",
24   "requires_arc": true