blob: 00124c1e2fa94443fbdaa3a94aff2566f1d3ca3a [file] [log] [blame]
{
"name": "WolfAnyCodable",
"version": "1.0",
"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"
},
"source_files": "WolfAnyCodable/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfAnyCodable"
}