Skip to content

Commit

Permalink
update podspec platforms target version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivlevAstef committed Oct 20, 2024
1 parent c99fb4f commit 27aaddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftLazy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '4.0'
s.watchos.deployment_target = '5.0'

s.source_files = 'Sources/SwiftLazy.h', 'Sources/**/*.swift'

Expand Down

0 comments on commit 27aaddc

Please sign in to comment.