blob: 23148902b4bcf5bb1f16414c031324d57a3c5d0c [file] [log] [blame]
{
"name": "ZippyJSON",
"version": "1.2.1",
"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.2.1"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
"dependencies": {
"ZippyJSONCFamily": [
"1.2.1"
],
"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"
}