Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 3, 2024
1 parent 84a8ae7 commit 00c7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.9'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.15'
s.tvos.deploytmnet_target = '12.0'
s.tvos.deployment_target = '12.0'
s.visionos.deployment_target = '1.0'
s.vendored_frameworks = 'Frameworks/OpenSSL.xcframework'
end

0 comments on commit 00c7a41

Please sign in to comment.