Skip to content

Commit

Permalink
Updated podspec to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jul 11, 2023
1 parent a2b8549 commit 4f8d2ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GliderLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = "GliderLogger"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Universal Logging - low overheaded simple & flexible for Swift (iOS, macOS, tvOS)"
s.homepage = "https://github.com/immobiliare/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Immobiliarelabs" => "[email protected]" }
s.social_media_url = "https://twitter.com/immobiliarelabs"
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.15.4'
s.source = {
:git => 'https://github.com/immobiliare/Glider.git',
:tag => s.version.to_s
Expand Down

0 comments on commit 4f8d2ea

Please sign in to comment.