Skip to content

Commit

Permalink
Update watchos version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdias committed Nov 17, 2024
1 parent 52a4f24 commit 06038f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DefaultsKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '11.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '4.0'
s.source_files = 'Sources/**/*.swift'
end

0 comments on commit 06038f0

Please sign in to comment.