Skip to content

Commit

Permalink
[README] Document support & installation via Accio
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 10, 2019
1 parent 59b94b0 commit 72f6635
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<img src="https://img.shields.io/badge/CocoaPods-compatible-4BC51D.svg?style=flat" /></a>
<a href="https://github.com/Carthage/Carthage" alt="Carthage">
<img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" /></a>
<a href="https://github.com/JamitLabs/Accio" alt="Accio">
<img src="https://img.shields.io/badge/Accio-supported-0A7CF5.svg?style=flat" /></a>
<a href="https://github.com/yagiz/Bagel/releases" alt="Version">
<img src="https://img.shields.io/github/release/yagiz/Bagel.svg" /></a>
</p>
Expand All @@ -27,6 +29,10 @@ pod 'Bagel', '~> 1.3.2'
```sh
github "yagiz/Bagel" "1.3.2"
```
##### Accio
```swift
.package(url: "https://github.com/yagiz/Bagel.git", .upToNextMajor(from: "1.3.2")),
```

### Usage
Most basic usage is to start Bagel iOS before any network operation.
Expand Down

0 comments on commit 72f6635

Please sign in to comment.