Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz committed Jan 18, 2022
1 parent af1b088 commit 09a1410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.4'
s.version = '1.4.1'
s.summary = 'iOS Maps like bottom sheet with configurable anchors and reusable pannable View'

s.description = <<-DESC
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
![Carthage](https://img.shields.io/badge/carthage-compatible-success)
[![License](https://img.shields.io/cocoapods/l/AnchoredBottomSheet.svg?style=flat)](https://cocoapods.org/pods/AnchoredBottomSheet)

⚠️ iOS 10, 11 support dropped in 1.4.1
⚠️ Breaking changes in 1.0.0. `BottomSheetViewConfiguration` now expects `UImage?` as close icon instead of bool flag

[SnapKit](https://github.com/SnapKit/SnapKit) is no longer a dependency since 1.2.0
Expand Down Expand Up @@ -73,7 +74,7 @@ AnchoredBottomSheet is available through [CocoaPods](https://cocoapods.org). To
it, simply add the following line to your Podfile:

```ruby
pod 'AnchoredBottomSheet', '~> 1.3.5'
pod 'AnchoredBottomSheet', '~> 1.4.1'
```


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

```ogdl
github "havebeenfitz/anchoredbottomsheet" "1.3.5"
github "havebeenfitz/anchoredbottomsheet" "1.4.1"
```

Run `carthage update` to build the framework and drag the built `SnapKit.framework` into your Xcode project.
Expand All @@ -108,7 +109,7 @@ To integrate AnchoredBottomSheet into your Xcode project using Swift Package Man
dependencies: [
.package(
url: "https://github.com/havebeenfitz/anchoredbottomsheet.git",
.upToNextMajor(from: "1.3.5")
.upToNextMajor(from: "1.4.1")
)
]
```
Expand All @@ -121,7 +122,7 @@ If you prefer not to use either of the aforementioned dependency managers, you c

## Requirements

Xcode 12+, iOS deployment target ≥ 10
Xcode 12+, iOS deployment target ≥ 12

## Author

Expand Down

0 comments on commit 09a1410

Please sign in to comment.