Skip to content

Commit

Permalink
Bump to 0.9.30 and podspec for GliderNetWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Aug 17, 2022
1 parent 695639b commit 24861e8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Glider/Sources/GliderSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class GliderSDK {
public static let shared = GliderSDK()

/// SDK Current Version.
public static let version = "0.9.29"
public static let version = "0.9.30"

/// Identifier of the package
public static let identifier = "com.glider-logger"
Expand Down
2 changes: 1 addition & 1 deletion GliderLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GliderLogger"
s.version = "0.9.29"
s.version = "0.9.30"
s.summary = "Lightweight yet powerful logging library. It's the Winston.js for Swift!"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
21 changes: 21 additions & 0 deletions GliderNetWatcher.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "GliderNetWatcher"
s.version = "0.9.30"
s.summary = "Networking monitor/sniffer for Glider Logging Service"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daniele Margutti" => "[email protected]" }
s.social_media_url = "https://twitter.com/danielemargutti"
s.ios.deployment_target = '13.0'
s.source = {
:git => 'https://github.com/malcommac/Glider.git',
:tag => s.version.to_s
}
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5']
s.framework = 'UIKit'

s.module_name = "GliderNetWatcher"
s.source_files = 'GliderNetWatcher/Sources/**/*'
s.dependency 'GliderLogger', '0.9.30'

end
2 changes: 1 addition & 1 deletion GliderSentry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GliderSentry"
s.version = "0.9.29"
s.version = "0.9.30"
s.summary = "Sentry Transport service for Glider Logger"
s.homepage = "https://github.com/malcommac/Glider.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 24861e8

Please sign in to comment.