Skip to content

Commit

Permalink
Merge pull request #69 from techinpark/feature/update-readme
Browse files Browse the repository at this point in the history
Update Installation versions
  • Loading branch information
yagiz authored Oct 24, 2020
2 parents edbaca5 + e84621b commit 763aadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Bagel is a little native iOS network debugger. It's not a proxy debugger so you
#### Install iOS Client
#### CocoaPods
```shhttps://img.shields.io/badge/version-1.3.1-blue.svg?style=flat
pod 'Bagel', '~> 1.3.2'
pod 'Bagel', '~> 1.4.0'
```
##### Carthage
```sh
github "yagiz/Bagel" "1.3.2"
github "yagiz/Bagel" "1.4.0"
```
##### Accio
```swift
.package(url: "https://github.com/yagiz/Bagel.git", .upToNextMajor(from: "1.3.2")),
.package(url: "https://github.com/yagiz/Bagel.git", .upToNextMajor(from: "1.4.0")),
```

### Usage
Expand Down

0 comments on commit 763aadb

Please sign in to comment.