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 3ce62a2 commit fd9cd8bCopy full SHA for fd9cd8b
README.md
@@ -1104,6 +1104,21 @@ github "layoutBox/FlexLayout"
1104
3. Add built `FlexLayout.framework` in your Xcode project in the **Embedded Binaries** section.
1105
1106
1107
+### Swift Package Manager
1108
+
1109
+#### Another Swift Package
1110
1111
+To integrate FlexLayout into another Swift Package, add it as a dependency:
1112
1113
+```
1114
+.package(url: "https://github.com/layoutBox/FlexLayout.git", from: "1.3.18")
1115
1116
1117
+#### In an Xcode target
1118
1119
+To integrate FlexLayout into an Xcode target, use the `File -> Swift Packages -> Add Package Dependency` menu item.
1120
1121
1122
<br/>
1123
1124
## Changelog
0 commit comments