TouchVG 支持 CocoaPods 了!

    xiaoxiao2023-09-09  153

    告诉iOS程序员一个好消息:TouchVG 已加到CocoaPods!

    在iOS程序的Podfile中加上下面一句就行,不再需要Git子模块,不再需要单独下载TouchVGCore等模块了。

    pod 'TouchVG', '~> 1.1.10'

    一个综合应用例子:

    platform :ios, '6.0' xcodeproj 'ios/tests/TestView/TestView.xcodeproj' target "TestView" do pod 'TouchVG', '~> 1.1.10' pod 'DemoCmds', :podspec => 'ios/podspec/DemoCmds.podspec' target "TestView-SVG" do pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git' end end 相关资源:TouchVG-develop
    最新回复(0)