Skip to content

Commit

Permalink
🆗 Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
beryu committed Jan 11, 2021
1 parent 60479d4 commit 37ac2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomizableActionSheet.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "CustomizableActionSheet"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "Action sheet allows including your custom views and buttons."
s.homepage = "https://github.com/beryu/CustomizableActionSheet"
s.screenshots = "https://github.com/beryu/CustomizableActionSheet/raw/master/assets/screenshot1.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Ryuta Kibe" => "[email protected]" }
s.social_media_url = "http://twitter.com/beryu"
s.social_media_url = "https://twitter.com/beryu"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/beryu/CustomizableActionSheet.git", :tag => s.version }
Expand Down

0 comments on commit 37ac2ea

Please sign in to comment.