Skip to content

Commit

Permalink
Change pod spec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ergunemr committed Oct 4, 2018
1 parent 8c351a9 commit 1930335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BottomPopup.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "BottomPopup"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "BottomPopup provides a popup-like presentation style to any view controller"

s.homepage = "https://github.com/ergunemr/BottomPopup"
s.screenshots = "https://media.giphy.com/media/MRWZQ2PUS0NSeCytPx/giphy.gif", "https://media.giphy.com/media/3bzmRH74e9wL6XKNnG/giphy.gif"

s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Emre" => "[email protected]" }
s.author = { "Emre" => "[email protected]" }

s.platform = :ios
s.ios.deployment_target = '10.0'
Expand Down

0 comments on commit 1930335

Please sign in to comment.