Skip to content

Commit 43bd732

Browse files
authored
Update README.md
1 parent 8bd3b85 commit 43bd732

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<img src="https://user-images.githubusercontent.com/10995774/159240125-e95bdd73-63e8-42a7-b2fc-a3073f2d3f2b.PNG" height="550"/>
44

5+
## Installation
6+
7+
Ready for use on iOS 13+.
8+
9+
### Swift Package Manager
10+
11+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
12+
13+
Once you have your Swift package set up, adding as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
14+
15+
```swift
16+
dependencies: [
17+
.package(url: "https://github.com/sparrowcode/SPQRCode", .upToNextMajor(from: "1.0.1"))
18+
]
19+
```
20+
21+
### Manually
22+
23+
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SPQRCode` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
24+
25+
## Usage
26+
527
Filter with handling data and simple example.
628

729
```swift

0 commit comments

Comments
 (0)