mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Release 0.13.3
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'MessageKit'
|
||||
s.version = '0.13.2'
|
||||
s.version = '0.13.3'
|
||||
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.1",
|
||||
}
|
||||
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
||||
Reference in New Issue
Block a user