blob: b8e6c9c73431147fea05454d0a59b367f0667667 [file] [log] [blame]
{
"name": "AnyJsonCodable",
"version": "0.1.1",
"summary": "Encode and decode unstructured JSON",
"swift_versions": "5.0",
"description": "Encode and decode unstructured JSON.",
"homepage": "https://github.com/anconaesselmann/AnyJsonCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/AnyJsonCodable.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"source_files": "AnyJsonCodable/Classes/**/*",
"swift_version": "5.0"
}