Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 350a67d63e |
@@ -54,9 +54,9 @@ To try the example project, simply clone this repository and open the `Examples`
|
||||
|
||||
## Installation
|
||||
### Cocoapods
|
||||
1. Add this line to your project's `Podfile`
|
||||
1. Add this line to your project's `Podfile` (for Swift 4.2 projects)
|
||||
```
|
||||
pod 'ARVideoKit'
|
||||
pod 'ARVideoKit','~> 1.51'
|
||||
```
|
||||
2. Install the pod
|
||||
```
|
||||
@@ -74,10 +74,7 @@ $ carthage update
|
||||
```
|
||||
|
||||
### Manual
|
||||
Drag the `ARVideoKit.framework` file as an embedded binary of your project targets. `ARVideoKit.framework` can be found in the `/Framework Build/` folder of this repository.
|
||||

|
||||
|
||||
Or you may drag `ARVideoKit.xcodeproj` into your project and click the **+** button in the embedded binaries section of your project's target.
|
||||
Drag `ARVideoKit.xcodeproj` into your project and click the **+** button in the embedded binaries section of your project's target.
|
||||

|
||||
## Implementation
|
||||
### Swift
|
||||
|
||||
Reference in New Issue
Block a user