mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Bump to 3.8.0 release, bump IBAV dependency
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'MessageKit'
|
||||
s.version = '3.7.0'
|
||||
s.version = '3.8.0'
|
||||
s.license = { :type => "MIT", :file => "LICENSE.md" }
|
||||
|
||||
s.summary = 'An elegant messages UI library for iOS.'
|
||||
@@ -11,11 +11,11 @@ Pod::Spec.new do |s|
|
||||
s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version }
|
||||
s.source_files = 'Sources/**/*.swift'
|
||||
|
||||
s.swift_version = '5.3'
|
||||
s.swift_version = '5.5'
|
||||
|
||||
s.ios.deployment_target = '12.0'
|
||||
s.ios.resources = 'Sources/Assets.xcassets'
|
||||
|
||||
s.dependency 'InputBarAccessoryView', '~> 5.4.0'
|
||||
s.dependency 'InputBarAccessoryView', '~> 5.5.0'
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user