Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hainayanda authored Jul 21, 2023
1 parent 8dd54dc commit 5e1767f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
## Requirements

- Swift 5.5 or higher
- iOS 12.0 or higher
- iOS 13.0 or higher
- XCode 13 or higher

## Installation
Expand All @@ -36,14 +36,14 @@ Draftsman is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Draftsman', '~> 3.1.1'
pod 'Draftsman', '~> 3.2'
```

### Swift Package Manager from XCode

- Add it using XCode menu **File > Swift Package > Add Package Dependency**
- Add **<https://github.com/hainayanda/Draftsman.git>** as Swift Package URL
- Set rules at **version**, with **Up to Next Major** option and put **3.1.1** as its version
- Set rules at **version**, with **Up to Next Major** option and put **3.2.0** as its version
- Click next and wait

### Swift Package Manager from Package.swift
Expand All @@ -52,7 +52,7 @@ Add as your target dependency in **Package.swift**

```swift
dependencies: [
.package(url: "https://github.com/hainayanda/Draftsman.git", .upToNextMajor(from: "3.1.1"))
.package(url: "https://github.com/hainayanda/Draftsman.git", .upToNextMajor(from: "3.2.0"))
]
```

Expand Down

0 comments on commit 5e1767f

Please sign in to comment.