WebEditor 0.1.0× 测试已测试✗ 语言语言 SwiftSwift许可证 MIT 发布最新版本2016年8月 SPM支持SPM✗由 TingTing 维护。安装指南×WebEditor的安装指南您想在Podfile中添加类似于以下的内容以添加WebEditortarget 'MyApp' do pod 'WebEditor', '~> 0.1' end然后在终端中运行pod install,或在CocoaPods.app中进行操作。或者,要测试运行,请运行以下命令pod try WebEditor查看PodspecGitHub仓库CocoaPods.org上的页面WebEditor 0.1.0由liutingtingtingting-anne/WebEditorGitHub仓库 WebEditor 一个基于webView和用Swift编写的简单富文本编辑器。 示例 要运行示例项目,请克隆仓库,然后首先从示例目录运行pod install。 安装 WebEditor可以通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中 pod "WebEditor"