Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 959883ea03 | |||
| 56ed236c31 |
@@ -1 +0,0 @@
|
||||
echo "4.0" > .swift-version
|
||||
+4
-2
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "ARVideoKit"
|
||||
s.version = "1.5.11"
|
||||
s.version = "1.5.12"
|
||||
s.summary = "Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆."
|
||||
s.description = "Enabling developers to capture videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆 with augmented reality components."
|
||||
s.homepage = "https://github.com/AFathi/ARVideoKit"
|
||||
@@ -17,7 +17,9 @@ Pod::Spec.new do |s|
|
||||
s.platform = :ios, "11.0"
|
||||
|
||||
# ARVideoKit for Swift 4.0
|
||||
s.source = { :git => "https://github.com/AFathi/ARVideoKit.git", :tag => "1.5.11" }
|
||||
s.source = { :git => "https://github.com/AFathi/ARVideoKit.git", :tag => "1.5.12" }
|
||||
s.source_files = "ARVideoKit", "ARVideoKit/**/*.{h,m,swift}"
|
||||
s.resources = "ARVideoKit/Assets/*.scnassets"
|
||||
|
||||
s.swift_version = '4.0'
|
||||
end
|
||||
|
||||
@@ -18,7 +18,7 @@ import Photos
|
||||
* [Email](mailto:me@ahmedbekhit.com)
|
||||
*/
|
||||
@available(iOS 9.1, *)
|
||||
@objc public class PHLivePhotoPlus: PHLivePhoto {
|
||||
@objc public class PHLivePhotoPlus: NSObject {
|
||||
var pairedVideoPath: URL?
|
||||
var keyPhotoPath: URL?
|
||||
|
||||
|
||||
@@ -55,9 +55,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.0)
|
||||
```
|
||||
pod 'ARVideoKit'
|
||||
pod 'ARVideoKit', '~> 1.5.12'
|
||||
```
|
||||
2. Install the pod
|
||||
```
|
||||
@@ -74,14 +74,7 @@ github "AFathi/ARVideoKit" ~> 1.31
|
||||
$ carthage update
|
||||
```
|
||||
|
||||
### ~Manual~ _Deprecated_
|
||||
**If you're currently using the `.framework` file, I recommend to re-install the framework using one of the other installation options.**
|
||||
|
||||
|
||||
~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.~
|
||||

|
||||
|
||||
### Manual (Supported)
|
||||
### Manual
|
||||
Drag `ARVideoKit.xcodeproj` into your project and click the **+** button in the embedded binaries section of your project's target.
|
||||

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