Skip to content

Commit 4f8d2ea

Browse files
committed
Updated podspec to 2.0.3
1 parent a2b8549 commit 4f8d2ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GliderLogger.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "GliderLogger"
3-
s.version = "2.0.2"
3+
s.version = "2.0.3"
44
s.summary = "Universal Logging - low overheaded simple & flexible for Swift (iOS, macOS, tvOS)"
55
s.homepage = "https://github.com/immobiliare/Glider.git"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Immobiliarelabs" => "mobile@immobiliare.it" }
88
s.social_media_url = "https://twitter.com/immobiliarelabs"
99
s.ios.deployment_target = '10.0'
1010
s.tvos.deployment_target = '12.0'
11+
s.osx.deployment_target = '10.15.4'
1112
s.source = {
1213
:git => 'https://github.com/immobiliare/Glider.git',
1314
:tag => s.version.to_s

0 commit comments

Comments
 (0)