Skip to content

Commit 448a427

Browse files
committed
Bump to 0.3.5
1 parent cf89421 commit 448a427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSNotificationView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'CSNotificationView'
3-
s.version = '0.3.4'
3+
s.version = '0.3.5'
44
s.summary = "iOS-7-style, semi-translucent notification view with blur."
55
s.homepage = "https://github.com/problame/CSNotificationView"
66
s.license = { :type => 'MIT License', :file => "LICENSE.md" }
77
s.author = 'Christian Schwarz'
8-
s.source = { :git => 'https://github.com/problame/CSNotificationView.git', :tag => '0.3.4' }
8+
s.source = { :git => 'https://github.com/problame/CSNotificationView.git', :tag => '0.3.5' }
99
s.platform = :ios, '7.0'
1010
s.requires_arc = true
1111
s.source_files = 'CSNotificationView/*.*'

0 commit comments

Comments
 (0)