Skip to content

Commit

Permalink
[Add] Statham 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored and CocoaPodsBot committed Jun 10, 2019
1 parent cb7afe0 commit c7f61d4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Specs/0/9/a/Statham/2.1.0/Statham.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Statham",
"version": "2.1.0",
"license": "MIT",
"summary": "Swift library for decoding JSON",
"description": "Exposes the `ValueOrDecodingError<Wrapped>` type.",
"authors": {
"Tom Lokhorst": "[email protected]"
},
"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.1.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"swift_versions": "5.1",
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Statham"
}
]
}

0 comments on commit c7f61d4

Please sign in to comment.