Skip to content

Commit

Permalink
Merge branch '2.0.1-privacy-manifest'
Browse files Browse the repository at this point in the history
  • Loading branch information
skreutzberger committed Apr 15, 2024
2 parents f3f9871 + 2ef619c commit 9a83a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyBeaver.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyBeaver"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Convenient logging during development & release in Swift 4 & 5."

# This description is used to generate tags and improve search results.
Expand All @@ -21,7 +21,7 @@ Great for development & release due to its support for many logging destinations
s.watchos.deployment_target = "6.2"
s.tvos.deployment_target = "13.4"
s.osx.deployment_target = "10.15.4"
s.source = { :git => "https://github.com/SwiftyBeaver/SwiftyBeaver.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/SwiftyBeaver/SwiftyBeaver.git", :tag => "2.0.1" }
s.source_files = "Sources"
s.swift_versions = ['4.0', '4.2', '5.0', '5.1']
end

0 comments on commit 9a83a97

Please sign in to comment.