blob: 5549782a5acd84d1607970ffa8393febe20c7b10 [file] [log] [blame]
{
"name": "SJSONDecoder",
"version": "0.0.5",
"summary": "Custom Decoder for JSON",
"description": "Custom Decoder for JSON written in Swift. Opposite to default one, it doesn't use JSONSerialization under the hood.",
"homepage": "https://github.com/vibe0508/SJSONDecoder",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vyacheslav Beltyukov": "vyacheslav@beltyukov.mobi"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vibe0508/SJSONDecoder.git",
"tag": "0.0.5"
},
"source_files": "SJSONDecoder/Sources/**/*.swift",
"swift_version": "5.0"
}