We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b8549 commit 4f8d2eaCopy full SHA for 4f8d2ea
GliderLogger.podspec
@@ -1,13 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "GliderLogger"
3
- s.version = "2.0.2"
+ s.version = "2.0.3"
4
s.summary = "Universal Logging - low overheaded simple & flexible for Swift (iOS, macOS, tvOS)"
5
s.homepage = "https://github.com/immobiliare/Glider.git"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { "Immobiliarelabs" => "mobile@immobiliare.it" }
8
s.social_media_url = "https://twitter.com/immobiliarelabs"
9
s.ios.deployment_target = '10.0'
10
s.tvos.deployment_target = '12.0'
11
+ s.osx.deployment_target = '10.15.4'
12
s.source = {
13
:git => 'https://github.com/immobiliare/Glider.git',
14
:tag => s.version.to_s
0 commit comments