JHBezierPath 1.0.4×由 jianghuli 维护。安装指南×JHBezierPath 安装指南您想将类似于以下内容的 pod 'JHBezierPath', '~> 1.0' 添加到您的 Podfile 中target 'MyApp' do pod 'JHBezierPath', '~> 1.0' end然后,在您的终端内或从 CocoaPods.app 运行 pod install另外,为了进行测试运行,请运行以下命令pod try JHBezierPath查看 PodspecGitHub 仓库CocoaPods.org 上的页面JHBezierPath 1.0.4由jianghu976971956/JHBezierPathGitHub 仓库JHBezierPath 贝塞尔曲线工具类 安装方法: 1.cocosPod安装 platform :ios, '8.0' target 'projectName’ do pod 'JHBezierPath' end 2.手动集成 下载代码->将 JHBezierPath.h 和 JHBezierPath.m 导入即可
JHBezierPath 贝塞尔曲线工具类 安装方法: 1.cocosPod安装 platform :ios, '8.0' target 'projectName’ do pod 'JHBezierPath' end 2.手动集成 下载代码->将 JHBezierPath.h 和 JHBezierPath.m 导入即可