[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 2 / 3 / DictionaryDecoder / 0.11.0 / DictionaryDecoder.podspec.json
blob923dfbdababf37c3b58b22edf9c8bfa3fa255765
2   "name": "DictionaryDecoder",
3   "version": "0.11.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.11.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"