Skip to content

Commit

Permalink
Add tvos to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 3, 2024
1 parent 8944631 commit 1f20019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "OpenSSL-Universal"
s.version = "3.1.5003" # 3.1.5
s.summary = "OpenSSL for iOS and OS X"
s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,x86_64)."
s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in macOS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports macOS, iOS, tvOS, visionOS including Simulator (armv7,armv7s,arm64,x86_64)."
s.homepage = "https://github.com/krzyzanowskim/OpenSSL"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.source = { :http => "https://github.com/krzyzanowskim/OpenSSL/archive/#{s.version}.zip", :type => "zip", :flatten => true }
Expand All @@ -28,6 +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.visionos.deployment_target = '1.0'
s.vendored_frameworks = 'Frameworks/OpenSSL.xcframework'
end

0 comments on commit 1f20019

Please sign in to comment.