Skip to content

Commit

Permalink
Updated readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspard Viot committed Jun 20, 2014
1 parent b8f5e4e commit 89dba9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaryPopin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaryPopin"
s.version = "1.4"
s.version = "1.4.1"
s.summary = "Category to display modal-like view controllers with more options"

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/Backelite/MaryPopin.git", :tag => "1.4" }
s.source = { :git => "https://github.com/Backelite/MaryPopin.git", :tag => "1.4.1" }

s.source_files = 'MaryPopin/**/*.{h,m}'

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ that is why we name it a popin controller. And as it is implemented as a categor
=========

## Changes

v1.4.1
* Warning and minor bug fixing (thanks to @Mazyod)

v1.4
* Added an option to configure blur background
* Fixed a crash with iOS 5.x
Expand Down

0 comments on commit 89dba9e

Please sign in to comment.