blob: 47685a2947d0223bd407f6a26f5ac3db3e32e04b [file] [log] [blame]
{
"name": "ZippyJSON",
"version": "0.0.2",
"summary": "A ~4x faster, drop-in replacement for JSONDecoder",
"description": "ZippyJSON is a very fast library for converting JSON into Swift objects. It is feature-complete, so just use s/JSONDecoder/ZippyJSONDecoder to incorporate it into your app.",
"homepage": "https://github.com/michaeleisel/ZippyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaeleisel": "michael.eisel@gmail.com"
},
"source": {
"git": "https://github.com/michaeleisel/ZippyJSON.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
"dependencies": {
"ZippyJSONCFamily": [
"~> 0.0.1"
],
"JJLISO8601DateFormatter": [
"~> 0.1.2"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}