blob: e45fa6992d1e4ea0a43e158e0cf86e50f3274396 [file] [log] [blame]
{
"name": "MetovaJSONCodable",
"version": "1.0.0",
"summary": "MetovaJSONCodable is a small utility class that extends codable for easier JSON support",
"description": "MetovaJSONCodable is a simple protocol implemented on top of the existing codable protocol with specialized support for JSON",
"homepage": "https://github.com/metova/MetovaJSONCodable",
"license": "MIT",
"authors": {
"Kalan Stowe": "kalan.stowe@metova.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/metova/MetovaJSONCodable.git",
"tag": "1.0.0"
},
"source_files": "MetovaJSONCodable/*.swift"
}