Skip to content

Commit

Permalink
KYLogger.podspec: Set spec.version=1.3.0; spec.osx.deployment_target=…
Browse files Browse the repository at this point in the history
…'12.0'
  • Loading branch information
Kjuly committed Dec 15, 2023
1 parent f0b757f commit eae5f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KYLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "KYLogger"
spec.version = "1.2.1"
spec.version = "1.3.0"
spec.summary = "A local system logger for Apple platforms."
spec.description = <<-DESC
This lightweight logging lib is serverless. It includes a debug logger and a file logger which will save logs locally on the device. Users can choose to send a log file when a bug is reported.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = "https://twitter.com/kJulYu"

spec.ios.deployment_target = "15.5"
spec.osx.deployment_target = "13.0"
spec.osx.deployment_target = "12.0"
spec.watchos.deployment_target = "6.0"

spec.swift_version = '5.0'
Expand Down

0 comments on commit eae5f2a

Please sign in to comment.