We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33152e4 commit 4c7b64fCopy full SHA for 4c7b64f
Readme.md
@@ -34,7 +34,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
34
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
35
36
```swift
37
-.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.4"))
+.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.5"))
38
```
39
40
and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.
0 commit comments