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