We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5462ab0 commit c02949bCopy full SHA for c02949b
README.md
@@ -22,6 +22,12 @@ Add the following to your [Cartfile](https://github.com/Carthage/Carthage/blob/m
22
github "magicien/GLTFSceneKit" ~> 0.2.0
23
```
24
25
+### Using [Swift Package Manager](https://swift.org/package-manager/)
26
+
27
+1. Open your project with Xcode
28
+2. Select `File` > `Swift Packages` > `Add Package Dependency...`
29
+3. Put `https://github.com/magicien/GLTFSceneKit` in the search box and click `Next`
30
31
## Usage
32
33
### Swift
0 commit comments