We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76474a0 commit c89ea5eCopy full SHA for c89ea5e
Notificationz.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Notificationz"
4
- s.version = "2.0.0"
+ s.version = "2.1.0"
5
s.summary = "Helping you own NSNotificationCenter!"
6
s.description = <<-DESC
7
Provides a customizable wrapper around NSNotificationCenter
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
s.watchos.deployment_target = "2.0"
19
s.tvos.deployment_target = "9.0"
20
21
- s.source = { :git => "https://github.com/SwiftKitz/Notificationz.git", :tag => "v2.0.0" }
+ s.source = { :git => "https://github.com/SwiftKitz/Notificationz.git", :tag => "v2.1.0" }
22
s.source_files = "Notificationz/Notificationz/**/*.swift"
23
end
0 commit comments