From 09a1410a4aef6fcdd30e14b802a947d7257aaa7e Mon Sep 17 00:00:00 2001 From: Max Kraev Date: Tue, 18 Jan 2022 21:45:35 +0300 Subject: [PATCH] Update readme --- AnchoredBottomSheet.podspec | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AnchoredBottomSheet.podspec b/AnchoredBottomSheet.podspec index 2bf67ab..5f5dd6d 100644 --- a/AnchoredBottomSheet.podspec +++ b/AnchoredBottomSheet.podspec @@ -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 diff --git a/README.md b/README.md index a48e268..182ff8a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' ``` @@ -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. @@ -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") ) ] ``` @@ -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