2 Star 1 Fork 1

晓时代/Logan-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Logan.podspec 857 Bytes
一键复制 编辑 原始数据 按行查看 历史
晓时代 提交于 2018-10-16 09:54 . Initial commit
Pod::Spec.new do |s|
s.name = 'Logan'
s.version = '1.0.0'
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.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 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Gruixiao/Logan-master.git
[email protected]:Gruixiao/Logan-master.git
Gruixiao
Logan-master
Logan-master
master

搜索帮助