Skip to content

Commit

Permalink
Fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gordontucker committed Oct 31, 2022
1 parent cf46d22 commit 3dcebb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FittedSheets.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FittedSheets",
"version": "2.5.2",
"version": "2.5.3",
"summary": "A bottom sheets implementation for iOS apps.",
"description": "iOS doesn't have a good way to use bottom sheets natively, so this is to bridge the gap with a decent looking implementation.",
"homepage": "https://github.com/gordontucker/FittedSheets",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/gordontucker/FittedSheets.git",
"tag": "2.5.1"
"tag": "2.5.3"
},
"platforms": {
"ios": "10.0"
Expand Down

0 comments on commit 3dcebb2

Please sign in to comment.