blob: 5efb80f7ff4ae6650953778fce411829865ee758 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.15.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.15.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": "4.2"
}