Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Jun 24, 2019
1 parent 07130b5 commit cc4f42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notificationz.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Notificationz"
s.version = "2.1.0"
s.version = "3.0.0"
s.summary = "Helping you own NSNotificationCenter!"
s.description = <<-DESC
Provides a customizable wrapper around NSNotificationCenter
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

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" }
s.source_files = "Notificationz/Notificationz/**/*.swift"
end

0 comments on commit cc4f42d

Please sign in to comment.