Skip to content

Commit e535c73

Browse files
committed
Update IBAV dependency to 5.1.0 with dark mode support
1 parent f1ffd39 commit e535c73

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "nathantannar4/InputBarAccessoryView" ~> 4.3.0
1+
github "nathantannar4/InputBarAccessoryView" ~> 5.1.0

Example/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- InputBarAccessoryView (5.0.0):
3-
- InputBarAccessoryView/Core (= 5.0.0)
4-
- InputBarAccessoryView/Core (5.0.0)
5-
- MessageKit (3.1.0):
6-
- InputBarAccessoryView (~> 5.0.0)
2+
- InputBarAccessoryView (5.1.0):
3+
- InputBarAccessoryView/Core (= 5.1.0)
4+
- InputBarAccessoryView/Core (5.1.0)
5+
- MessageKit (3.2.0):
6+
- InputBarAccessoryView (~> 5.1.0)
77
- PINCache (3.0.1-beta.8):
88
- PINCache/Arc-exception-safe (= 3.0.1-beta.8)
99
- PINCache/Core (= 3.0.1-beta.8)
@@ -40,8 +40,8 @@ EXTERNAL SOURCES:
4040
:path: "../"
4141

4242
SPEC CHECKSUMS:
43-
InputBarAccessoryView: cbc0b2d9456058e1166898897865f9f4960fac81
44-
MessageKit: 83cb90a9087b46d1e7da2451ca3e2bde462ad7e7
43+
InputBarAccessoryView: 19953f486a23e846e9487099f92bbe3456e46ce5
44+
MessageKit: ce553a92153b597540ea4688b654680542c4af6a
4545
PINCache: 534fd41d358d828dfdf227a0d327f3673a65e20b
4646
PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a
4747
PINRemoteImage: e2b89e19fb6e77ffc099f9d9f3b3fe1745e3f9f9

MessageKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = '11.0'
1717
s.ios.resources = ['Sources/Assets.xcassets']
1818

19-
s.dependency 'InputBarAccessoryView', '~> 5.0.0'
19+
s.dependency 'InputBarAccessoryView', '~> 5.1.0'
2020

2121
end

0 commit comments

Comments
 (0)