7 Star 8 Fork 4

Gitee 极速下载 / FlexLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/zhenglibao/FlexLib
克隆/下载
FlexLibOsx.podspec 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
郑立宝 提交于 2023-04-13 11:02 . 更新yoga到1.19.0
#
# Be sure to run `pod lib lint FlexLib.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'FlexLibOsx'
s.version = '2.7.0'
s.summary = 'An obj-c flex layout framework for mac'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
It's a layout framework based on yoga engine. The main purpose is to provide easy and fast usage.
DESC
s.homepage = 'https://github.com/zhenglibao/FlexLib'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '798393829@qq.com' => '798393829@qq.com' }
s.source = { :git => 'https://github.com/zhenglibao/FlexLib.git', :tag => s.version.to_s }
s.osx.deployment_target = '10.10'
s.default_subspec = 'standard'
s.subspec 'standard' do |ss|
ss.source_files = 'macosx/Classes/**/*'
ss.resource_bundles = {
'FlexLib' => ['macosx/Assets/*']
}
#Yoga最新版本1.19.0使用源码方式引入
#ss.dependency 'Yoga', '1.19.0'
ss.dependency 'Yoga', '1.19.0'
ss.library = 'xml2', 'c++'
ss.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/libxml2' }
ss.private_header_files = 'FlexLib/Classes/yoga/*.h'
non_arc_files = 'macosx/Classes/GDataXMLNode.{h,m}'
ss.exclude_files = non_arc_files
ss.subspec 'no-arc' do |sna|
sna.requires_arc = false
sna.source_files = non_arc_files
end
end
end
Swift
1
https://gitee.com/mirrors/FlexLib.git
git@gitee.com:mirrors/FlexLib.git
mirrors
FlexLib
FlexLib
master

搜索帮助