Skip to content

Commit

Permalink
Merge pull request #593 from MaxDesiatov/patch-2
Browse files Browse the repository at this point in the history
Remove redundant package snippet in README.md
  • Loading branch information
phimage authored May 8, 2020
2 parents b19f3a3 + cb06f8a commit 342cbb4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use_frameworks!
pod 'OAuthSwift', '~> 2.0.0'
```
### Support Swift Package Manager
### Swift Package Manager Support

```swift
import PackageDescription
Expand All @@ -52,20 +52,17 @@ let package = Package(
)
```


.package(name: "OAuthSwift", url: "https://github.com/OAuthSwift/OAuthSwift.git", .upToNextMajor(from: "2.1.0"))

### Old versions

#### swift 3
#### Swift 3

Use the `swift3` branch, or the tag `1.1.2` on main branch

#### swift 4
#### Swift 4

Use the tag `1.2.0` on main branch

#### objective c
#### Objective-C

Use the tag `1.4.1` on main branch

Expand Down

0 comments on commit 342cbb4

Please sign in to comment.