We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf89421 commit 448a427Copy full SHA for 448a427
CSNotificationView.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'CSNotificationView'
3
- s.version = '0.3.4'
+ s.version = '0.3.5'
4
s.summary = "iOS-7-style, semi-translucent notification view with blur."
5
s.homepage = "https://github.com/problame/CSNotificationView"
6
s.license = { :type => 'MIT License', :file => "LICENSE.md" }
7
s.author = 'Christian Schwarz'
8
- s.source = { :git => 'https://github.com/problame/CSNotificationView.git', :tag => '0.3.4' }
+ s.source = { :git => 'https://github.com/problame/CSNotificationView.git', :tag => '0.3.5' }
9
s.platform = :ios, '7.0'
10
s.requires_arc = true
11
s.source_files = 'CSNotificationView/*.*'
0 commit comments