1 Star 0 Fork 17

圆滚滚先生/Logan

forked from Gitee 极速下载/Logan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Logan.podspec 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangteng 提交于 2018-10-22 16:43 . fix:fix macOS upload
Pod::Spec.new do |s|
s.name = 'Logan'
s.version = '1.1.1'
s.summary = 'Logan is a lightweight case logging system based on mobile platform.'
s.homepage = 'https://github.com/Meituan-Dianping/Logan'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'jiangteng' => '[email protected]', 'yxiangnan' => '[email protected]', 'maxiaojun' => '[email protected]'}
s.source = { :git => 'https://github.com/Meituan-Dianping/Logan.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.source_files = "Logan/iOS/*", "Logan/Clogan/*.{h,c}"
s.public_header_files = "Logan/iOS/*.h"
s.subspec 'mbedtls' do |mbedtls|
mbedtls.source_files = "Logan/mbedtls/**/*.{h,c}"
mbedtls.header_dir = 'mbedtls'
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loveUevol/Logan.git
[email protected]:loveUevol/Logan.git
loveUevol
Logan
Logan
master

搜索帮助