Ai
1 Star 0 Fork 20

chenhu/TouchVG

forked from rhcad/TouchVG 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhcad 提交于 2014-05-18 15:45 +08:00 . Add TouchVG-SVG.podspec and update Podfile.
platform :ios, '5.0'
xcodeproj 'ios/TouchVG.xcodeproj'
target "TouchVG" do
pod 'TouchVGCore', :podspec => 'https://raw.githubusercontent.com/touchvg/TouchVGCore/develop/TouchVGCore.podspec'
target "TouchVG-SVG" do
pod 'SVGKit', :podspec => 'https://raw.githubusercontent.com/SVGKit/SVGKit/1.x/SVGKit.podspec'
end
end
post_install do |installer|
default_library = installer.libraries.detect { |i| i.target_definition.name == 'Pods' }
config_file_path = default_library.library.xcconfig_path
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tigera/TouchVG.git
git@gitee.com:tigera/TouchVG.git
tigera
TouchVG
TouchVG
develop

搜索帮助