AVCombine
这个库允许您在您的iOS应用程序中管理视频/音频文件。
最低部署目标为iOS 11
。
安装
CocoaPods
-
将以下内容添加到您的
Podfile
pod 'AVCombine', :git => 'https://github.com/diascov/avcombine.git'
-
使用
pod install
安装pods -
通过将
import AVCombine
添加到您的类来测试您的安装
Swift Package Manager (Xcode 11+)
-
在Xcode中,选择 File > Swift Packages > Add Package Dependency.
-
使用URL跟随提示
https://github.com/diascov/avcombine.git
-
通过将
import AVCombine
添加到您的类来测试您的安装
使用
即将...