Skip to content

Commit

Permalink
add pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Datt1994 authored May 6, 2019
1 parent bdcf673 commit 8dc3cd4
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
## DPVideoMerger-Swift
# DPVideoMerger-Swift

**For Objective C** :- [DPVideoMerger](https://github.com/Datt1994/DPVideoMerger)

**Step 1**:- Copy & paste `DPVideoMerger.swift` file into your project
## Installation with CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C. You can install it with the following command:

```bash
$ gem install cocoapods
```
#### Podfile

To integrate DPVideoMerger into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'DPVideoMerger-Swift'
end
```

Then, run the following command:

```bash
$ pod install
```


## Add Manually

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

## Usage

**Step 2**:- Usage
```swift
import AVKit

Expand Down

0 comments on commit 8dc3cd4

Please sign in to comment.