blob: 818296d2bebe3d2487916e31f386fba14a75a7be [file] [log] [blame]
{
"name": "ZippyJSON",
"version": "1.1.0",
"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": "1.1.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
"dependencies": {
"ZippyJSONCFamily": [
"~> 1.1.0"
],
"JJLISO8601DateFormatter": [
"~> 0.1.2"
]
},
"swift_versions": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.{swift,h,m}",
"resources": "Tests/**/*.json"
}
],
"swift_version": "5.0"
}