[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 0 / 2 / 3 / DictionaryDecoder / 0.19.0 / DictionaryDecoder.podspec.json
blobef02a55dfc655572801c0bab6b1121c785eb1725
2   "name": "DictionaryDecoder",
3   "version": "0.19.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": "mit",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/swhitty/DictionaryDecoder.git",
13     "tag": "0.19.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "watchos": "4.0",
18     "tvos": "10.0",
19     "osx": "10.13"
20   },
21   "source_files": "Sources/*.swift",
22   "watchos": {
23     "exclude_files": "Sources/NSUbiquitousKeyValueStore+Codable.swift"
24   },
25   "swift_version": "5.0"