Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz committed Mar 5, 2023
1 parent 4a69373 commit 225c9ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AnchoredBottomSheet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnchoredBottomSheet'
s.version = '1.6.0'
s.version = '1.6.2'
s.summary = 'iOS Maps like bottom sheet with configurable anchors and reusable pannable View'

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AnchoredBottomSheet is available through [CocoaPods](https://cocoapods.org). To
it, simply add the following line to your Podfile:

```ruby
pod 'AnchoredBottomSheet', '~> 1.6.0'
pod 'AnchoredBottomSheet', '~> 1.6.2'
```


Expand All @@ -85,7 +85,7 @@ $ brew install carthage
To integrate AnchoredBottomSheet into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "havebeenfitz/anchoredbottomsheet" "1.6.0"
github "havebeenfitz/anchoredbottomsheet" "1.6.2"
```

Run `carthage update` to build the framework and drag the built `SnapKit.framework` into your Xcode project.
Expand All @@ -102,7 +102,7 @@ To integrate AnchoredBottomSheet into your Xcode project using Swift Package Man
dependencies: [
.package(
url: "https://github.com/havebeenfitz/anchoredbottomsheet.git",
.upToNextMajor(from: "1.6.0")
.upToNextMajor(from: "1.6.2")
)
]
```
Expand Down

0 comments on commit 225c9ca

Please sign in to comment.