blob: 680a25d52290811788c7a08ab10d7924adf75d84 [file] [log] [blame]
{
"name": "MetovaJSONCodable",
"version": "2.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",
"Nick Griffith": "nick.griffith@metova.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/metova/MetovaJSONCodable.git",
"tag": "2.0.0"
},
"source_files": "MetovaJSONCodable/*.swift"
}