[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / 2 / 3 / DictionaryDecoder / 0.9.0 / DictionaryDecoder.podspec.json
blob18391b63ce1e6b1e14d4d20cd21f0d09d12a6960
2   "name": "DictionaryDecoder",
3   "version": "0.9.0",
4   "summary": "A Swift library for encoding and decoding Codable types to [String: Any].",
5   "homepage": "https://github.com/swhitty/DictionaryDecoder",
6   "authors": "Simon Whitty",
7   "license": {
8     "type": "zlib",
9     "file": "LICENCE.md"
10   },
11   "source": {
12     "git": "https://github.com/swhitty/DictionaryDecoder.git",
13     "tag": "0.9.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.10"
19   },
20   "source_files": "DictionaryDecoder/*.swift",
21   "swift_version": "4.0"