Swap MessageInputBar for InputBarAccessoryView

This commit is contained in:
Nathan Tannar
2019-02-24 14:06:58 -08:00
parent f95d5e1647
commit ede22c30bc
22 changed files with 101 additions and 56 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '2.0.0'
s.version = '3.0.0'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.summary = 'An elegant messages UI library for iOS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.swift'
s.pod_target_xcconfig = {
"SWIFT_VERSION" => "4.0",
"SWIFT_VERSION" => "4.2",
}
s.ios.deployment_target = '9.0'
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.dependency 'MessageInputBar/Core'
s.dependency 'InputBarAccessoryView'
end