Compare commits

..

3 Commits

Author SHA1 Message Date
Cezary Wojcik c4feb7c040 2.1.4 2014-10-09 16:28:38 -07:00
Cezary Wojcik 900e0367dd Merge pull request #35 from drumnkyle/patch-1
Fixed the notificationStyle type.
2014-10-09 14:57:24 -07:00
Kyle Sherman 82d36ffbf2 Fixed the notificationStyle type.
The notificationStyle property is of the wrong type, so it is unusable.
2014-10-09 14:51:59 -07:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CWStatusBarNotification"
s.version = "2.1.3"
s.version = "2.1.4"
s.summary = "A library that creates status bar notifications."
s.description = "CWStatusBarNotification is a library allows you to present a beautiful text-based notification in the status bar."
s.homepage = "https://github.com/cezarywojcik/CWStatusBarNotification"
@@ -46,7 +46,7 @@ typedef NS_ENUM(NSInteger, CWNotificationAnimationType) {
@property (copy, nonatomic) CWCompletionBlock notificationTappedBlock;
@property (nonatomic) CWNotificationAnimationStyle notificationStyle;
@property (nonatomic) CWNotificationStyle notificationStyle;
@property (nonatomic) CWNotificationAnimationStyle notificationAnimationInStyle;
@property (nonatomic) CWNotificationAnimationStyle notificationAnimationOutStyle;
@property (nonatomic) CWNotificationAnimationType notificationAnimationType;
+1 -1
View File
@@ -18,7 +18,7 @@ Works for iPhone and iPad.
### CocoaPods
`pod 'CWStatusBarNotification', '~> 2.1.3'`
`pod 'CWStatusBarNotification', '~> 2.1.4'`
### Manual