We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543ad15 commit 53661d0Copy full SHA for 53661d0
README.md
@@ -44,6 +44,20 @@ use [Carthage](https://github.com/Carthage/Carthage) with Cartfile
44
github "ChiliLabs/CHIPageControl" ~> 0.1.3
45
```
46
47
+### Swift Package Manager
48
+
49
+The [Swift Package Manager](https://www.swift.org/package-manager/) is a tool for managing the distribution of Swift code.
50
51
+Add the following to your `Package.swift` file:
52
+```
53
+dependencies: [
54
+ .package(url: "https://github.com/ChiliLabs/CHIPageControl.git", .branch("master"))
55
+]
56
57
+And then build your project
58
59
+$ swift build
60
61
62
## Usage
63
### 🎨 Storyboards
0 commit comments