1 Star 0 Fork 2

jpfei/GMOpenSSL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GMOpenSSL.podspec 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
lifei 提交于 2021-09-29 13:57 +08:00 . update demo structure.
#
# Be sure to run `pod lib lint GMOpenSSL.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GMOpenSSL'
s.version = '2.2.6'
s.summary = '编译 OpenSSL 为 framework,版本对应 OpenSSL 1.1.1l。'
s.description = <<-DESC
通过 cocoapods 集成 OpenSSL,编译为 framework,方便使用。
DESC
s.homepage = 'https://github.com/muzipiao/GMOpenSSL'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lifei' => 'lifei_zdjl@126.com' }
s.source = { :git => 'https://github.com/muzipiao/GMOpenSSL.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.preserve_paths = 'GMFrameworks/openssl.framework'
s.source_files = 'GMFrameworks/openssl.framework/Headers/**/*{.h}'
s.public_header_files = 'GMFrameworks/openssl.framework/Headers/*.{h}'
s.frameworks = 'Foundation'
s.vendored_frameworks = 'GMFrameworks/openssl.framework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jpfei/GMOpenSSL.git
git@gitee.com:jpfei/GMOpenSSL.git
jpfei
GMOpenSSL
GMOpenSSL
master

搜索帮助