You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint AllegionLogging.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'AllegionLogging'
s.version = '0.0.0'
s.summary = 'AllegionLogging is a centralized logging framework'
# This description is used to generate tags and improve search results.
s.description = <<-DESC
'This library provides a centralized place to do logging in the suite of Allegion libraries. It is intended to be a proxy to a provided logger that the host application specifies. It defaults to not logging in production and logging to console in development.'