1 Star 0 Fork 0

RTools/libpitaya

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Pitaya.podspec 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felipe Cavalcanti 提交于 2022-10-29 07:05 +08:00 . Upgrade openssl version to 1.1.1q
Pod::Spec.new do |s|
s.name = 'Pitaya'
s.version = '0.0.1'
s.summary = 'The pod for the pitaya client'
s.description = <<-DESC
The missing pod for libpitaya with ssl support!
DESC
s.homepage = 'https://github.com/topfreegames/libpitaya'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Guthyerrz Maciel' => 'guthyerrz.ufcg@gmail.com' }
s.source = { :git => 'https://github.com/topfreegames/libpitaya.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = ['src/**/*', 'include/**/*', 'cs/contrib/*']
s.dependency 'OpenSSL-TFG', '~> 1.1.1q'
s.dependency 'libuv', '~> 1.4.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huatool/libpitaya.git
git@gitee.com:huatool/libpitaya.git
huatool
libpitaya
libpitaya
master

搜索帮助