Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarywojcik committed Sep 22, 2013
1 parent f654c13 commit bac95a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CWPopup.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CWPopup"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "A category on UIViewController to present a popup view controller."
s.description = "CWPopup adds a category on UIViewController to present a popup view controller. It offers an animated and non-animated presentation of the popup, similarly to presenting a modal controller or pushing a view controller."
s.homepage = "http://github.com/cezarywojcik/CWPopup"
Expand Down
2 changes: 2 additions & 0 deletions CWPopup/UIViewController+CWPopup.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#import "UIViewController+CWPopup.h"
#import <objc/runtime.h>
#import <QuartzCore/QuartzCore.h>
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000
@import Accelerate;
#endif
#import <float.h>

@interface UIImage (ImageBlur)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CWPopup is a category on UIViewController that allows you to easily make popup v

### [CocoaPods](http://www.cocoapods.org)

`pod 'CWPopup', '~> 1.2.3'`
`pod 'CWPopup', '~> 1.2.4'`

### Manual

Expand Down

0 comments on commit bac95a3

Please sign in to comment.