2 Star 4 Fork 1

TouchVG / vgios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhcad 提交于 2014-07-02 10:36 . Remove -lxml2 automatically.
platform :ios, '5.0'
target "TouchVG" do
pod 'TouchVGCore', :podspec => 'https://raw.githubusercontent.com/touchvg/vgcore/develop/TouchVGCore.podspec'
target "TouchVG-SVG" do
pod 'SVGKit', :podspec => 'https://raw.githubusercontent.com/SVGKit/SVGKit/2.x/SVGKit.podspec'
end
end
post_install do |installer|
config_file_path = "Pods/Pods-TouchVG-TouchVG-SVG.xcconfig"
if File.exists?(config_file_path)
File.open("config.tmp", "w") do |io|
io << File.read(config_file_path).gsub(/-lxml2 /, '')
end
FileUtils.mv("config.tmp", config_file_path)
end
end
Objective-C
1
https://gitee.com/vg/vgios.git
git@gitee.com:vg/vgios.git
vg
vgios
vgios
develop

搜索帮助