Update config and podspec

This commit is contained in:
Jakub Kaspar
2020-02-26 13:31:22 +01:00
parent 426dbde283
commit 60e09a69c1
2 changed files with 8 additions and 20 deletions
-6
View File
@@ -11,17 +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.pod_target_xcconfig = {
"SWIFT_VERSION" => "5.0",
}
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.ios.resource_bundle = { 'MessageKitAssets' => 'Assets/MessageKitAssets.bundle/Images' }
s.requires_arc = true
s.dependency 'InputBarAccessoryView', '~> 4.3.0'
end