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 ab23f42 commit 61d6dedCopy full SHA for 61d6ded
.gitignore
@@ -1,6 +1,7 @@
1
# Xcode
2
#
3
4
+.build/
5
build/
6
DerivedData/
7
Pods/
README.md
@@ -93,6 +93,16 @@ github "mirego/PinLayout"
93
94
Then, run `carthage update` to build the framework and drag the built `PinLayout.framework` into your Xcode project.
95
96
+### Swift Package Manager
97
+
98
+Once you have your Swift package set up, you only need to add PinLayout as a dependency of your `Package.swift`.
99
100
+```ogdl
101
+dependencies: [
102
+ .Package(url: "https://github.com/mirego/PinLayout.git", majorVersion: 1)
103
+]
104
+```
105
106
<br>
107
108
# Usage sample
0 commit comments