Skip to content

Commit

Permalink
Merge branch release/1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jan 23, 2024
2 parents f98d0d0 + 1529d5d commit a2d969b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RaLog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

s.name = 'RaLog'

s.version = '1.6.0'
s.version = '1.6.1'

s.summary = 'A logging framework.'

Expand All @@ -21,7 +21,13 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.platform = :ios, '10.0'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.14'
s.watchos.deployment_target = '5.0'

# Wait for CocoaPods 1.13.0 (visionOS support)
# s.visionos.deployment_target = '1.0'

s.swift_version = '5.0'

Expand Down

0 comments on commit a2d969b

Please sign in to comment.