We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07130b5 commit cc4f42dCopy full SHA for cc4f42d
Notificationz.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "Notificationz"
4
- s.version = "2.1.0"
+ s.version = "3.0.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.1.0" }
+ s.source = { :git => "https://github.com/SwiftKitz/Notificationz.git", :tag => "v3.0.0" }
22
s.source_files = "Notificationz/Notificationz/**/*.swift"
23
end
0 commit comments