blob: bd937367c509d45d7893abcf3e4bc2a77616e374 [file] [log] [blame]
{
"name": "WolfAnyCodable",
"version": "1.0.2",
"summary": "Swift type-erased wrappers for Encodable, Decodable, and Codable values.",
"description": "Swift type-erased wrappers for Encodable, Decodable, and Codable values.\nCocoapod based on https://github.com/Flight-School/AnyCodable",
"homepage": "https://github.com/wolfmcnally/WolfAnyCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfAnyCodable.git",
"tag": "1.0.2"
},
"source_files": "WolfAnyCodable/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfAnyCodable"
}