[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 2 / 3 / DictionaryDecoder / 0.14.0 / DictionaryDecoder.podspec.json
blobbb495c44fd9fd3af82bfbadd7707d25162fc8164
2   "name": "DictionaryDecoder",
3   "version": "0.14.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.14.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "watchos": "2.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "source_files": "Sources/*.swift",
22   "watchos": {
23     "exclude_files": "Sources/NSUbiquitousKeyValueStore+Codable.swift"
24   },
25   "swift_version": "4.2"