mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
22 lines
717 B
Ruby
22 lines
717 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'MessageKit'
|
|
s.version = '3.1.0-beta.1'
|
|
s.license = { :type => "MIT", :file => "LICENSE.md" }
|
|
|
|
s.summary = 'An elegant messages UI library for iOS.'
|
|
s.homepage = 'https://github.com/MessageKit/MessageKit'
|
|
s.social_media_url = 'https://twitter.com/_SD10_'
|
|
s.author = { "Steven Deutsch" => "stevensdeutsch@yahoo.com" }
|
|
|
|
s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version }
|
|
s.source_files = 'Sources/**/*.swift'
|
|
|
|
s.swift_version = '5.0'
|
|
|
|
s.ios.deployment_target = '9.0'
|
|
s.ios.resource_bundle = { 'MessageKitAssets' => 'Assets/MessageKitAssets.bundle/Images' }
|
|
|
|
s.dependency 'InputBarAccessoryView', '~> 4.3.0'
|
|
|
|
end
|