Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Apr 28, 2022
1 parent c2631ff commit 2843b44
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions InputBarAccessoryView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Pod::Spec.new do |s|
s.summary = "Make powerful and flexible InputAccessoryView's with ease"
s.description = "Featuring reactive changes, autocomplete, image paste support and so much more."
s.requires_arc = true
s.swift_versions = '5.3'
s.swift_versions = '5.5'

# 2 - Version
s.version = "5.4.0"
s.version = "5.5.0"

# 3 - License
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions InputBarAccessoryView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.4.0;
MARKETING_VERSION = 5.5.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -618,7 +618,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.4.0;
MARKETING_VERSION = 5.5.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To make `RxSwift`/`RxCocoa` extensions work you need to explicitly import `Rx` d
### Installation via CocoaPods

```ruby
# Swift 5.3
# Swift 5.5
pod 'InputBarAccessoryView'

# Swift 5.0
Expand All @@ -45,7 +45,7 @@ pod 'InputBarAccessoryView', '5.1.0'
### Installation via Carthage

```ruby
# Swift 5.3
# Swift 5.5
github "nathantannar4/InputBarAccessoryView"

# Swift 5.0
Expand All @@ -55,7 +55,7 @@ github "nathantannar4/InputBarAccessoryView" "5.1.0"
### Requirements

iOS 12.0+
Swift 5.3
Swift 5.5

> The latest iOS 11 release is v5.1.0
Expand Down Expand Up @@ -94,6 +94,11 @@ Add your app to the list of apps using this library and make a pull request.
iMessage style [TypingIndicator](https://github.com/nathantannar4/TypingIndicator) for chat apps

## Latest Releases
5.5.0
- Update SPM tools to Swift 5.5
- Added new optional delegate method for custom attachments size
- Added new animations for left/right stack view constraints

5.4.0
- Make sure framework is ready for XCode 13
- Fix availability in AppExtensions
Expand Down

0 comments on commit 2843b44

Please sign in to comment.