mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Update config and podspec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user