Skip to content

Commit

Permalink
Add Swift Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Datt1994 committed Jul 5, 2020
1 parent caf16af commit f6c3230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ github "Datt1994/DPVideoMerger-Swift"
Run `carthage` to build the framework and drag the framework (`DPVideoMerger_Swift.framework`) into your Xcode project.


## Installation with Swift Package Manager

The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.

To add the library as package dependency to your Xcode project, select File > Swift Packages > Add Package Dependency and enter its repository URL `https://github.com/Datt1994/DPVideoMerger-Swift.git`


## Add Manually

Download Project and copy-paste `DPVideoMerger.swift` file into your project
Expand Down

0 comments on commit f6c3230

Please sign in to comment.