Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adad184 committed Nov 30, 2015
1 parent 605b328 commit acbd5b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMPopupView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MMPopupView"
s.version = "1.5"
s.version = "1.5.1"
s.summary = "Pop-up based view(e.g. AlertView SheetView), or you can easily customize for your own usage."
s.homepage = "https://github.com/adad184/MMPopupView"
s.license = { :type => 'MIT License', :file => 'LICENSE' }
s.author = { "adad184" => "[email protected]" }
s.source = { :git => "https://github.com/adad184/MMPopupView.git", :tag => "1.5" }
s.source = { :git => "https://github.com/adad184/MMPopupView.git", :tag => "1.5.1" }
s.platform = :ios, '7.0'
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ MMSheetView
Changelog
===============
v1.5.1 Fixed showing problem
v1.5 Fixed rotation problem
v1.4 Adjust animation easing function. Rebuild the demo.(thx to @yoavlt)
Expand Down

0 comments on commit acbd5b9

Please sign in to comment.