Files
MessageKit/MessageKit.podspec
T
2019-04-30 17:08:54 -07:00

28 lines
808 B
Ruby

Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '3.0.0'
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/nathantannar4'
s.author = { "Nathan Tannar" => "nathantannar4@gmail.com" }
s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version }
s.source_files = 'Sources/**/*.swift'
s.pod_target_xcconfig = {
"SWIFT_VERSION" => "4.2",
}
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.ios.resource_bundle = { 'MessageKitAssets' => 'Assets/MessageKitAssets.bundle/Images' }
s.requires_arc = true
s.dependency 'InputBarAccessoryView', '~> 4.2.2'
end