blob: e13f3867d550905a80afb43d761c19143510e90d [file] [log] [blame]
{
"name": "Statham",
"version": "2.0.0",
"license": "MIT",
"summary": "Swift library for decoding JSON",
"description": "Exposes the `ValueOrDecodingError<Wrapped>` type.",
"authors": {
"Tom Lokhorst": "tom@lokhorst.eu"
},
"social_media_url": "https://twitter.com/tomlokhorst",
"homepage": "https://github.com/tomlokhorst/Statham",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/tomlokhorst/Statham.git",
"tag": "2.0.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources"
}
]
}