SwiftVideoRecorder 0.4.4

SwiftVideoRecorder 0.4.4

hapsidra 维护。



  • 作者:
  • hapsidra

SwiftVideoRecorder

CI Status Version License Platform

示例

要运行示例项目,先克隆仓库,然后在示例目录中首先运行 pod install

需求

安装

SwiftVideoRecorder 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod 'SwiftVideoRecorder'

在您的 info.plist 文件中添加以下代码

<key>NSCameraUsageDescription</key>
<string>This will let you record videos.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This will let you record videos with audio.</string>

作者

hapsidra, [email protected]

许可证

SwiftVideoRecorder 遵循 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。