blob: 77b6bbaf3ca24dcfaeab657ff4509166868a5443 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.18.0",
"summary": "A Swift library for encoding and decoding Codable types to [String: Any].",
"homepage": "https://github.com/swhitty/DictionaryDecoder",
"authors": "Simon Whitty",
"license": {
"type": "mit",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/swhitty/DictionaryDecoder.git",
"tag": "0.18.0"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/*.swift",
"watchos": {
"exclude_files": "Sources/NSUbiquitousKeyValueStore+Codable.swift"
},
"swift_version": "5.0"
}