5 Commits

Author SHA1 Message Date
Tosin Afolabi a8408ebb80 Update podspec. 2019-03-13 15:02:48 -07:00
Tosin Afolabi 714d1bf03f Update version number. 2019-03-13 15:02:17 -07:00
Tosin Afolabi 444b342748 Update swift version in Podspec. 2019-03-13 14:55:40 -07:00
Tosin Afolabi 7b3c3d210c Update Podspec version 2019-03-13 14:46:42 -07:00
Tosin Afolabi f58cda2863 update podspec. 2019-03-13 14:42:09 -07:00
+4 -8
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'PanModal'
s.version = '1.0'
s.version = '1.0.2'
s.summary = 'PanModal is an elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.'
# This description is used to generate tags and improve search results.
@@ -17,17 +17,13 @@ Pod::Spec.new do |s|
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
PanModal is an elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
DESC
s.description = 'PanModal is an elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.'
s.homepage = 'https://github.com/slackhq/PanModal'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'slack' => 'opensource@slack.com' }
s.source = { :git => 'https://github.com/slackhq/PanModal.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/slackhq
s.social_media_url = 'https://twitter.com/slackhq'
s.ios.deployment_target = '10.0'
s.swift_version = '4.2'
s.source_files = 'PanModal/**/*'
end