Skip to content

Commit

Permalink
Update Cocoapods instructions (microsoft#12)
Browse files Browse the repository at this point in the history
* Update Cocoapods instructions

* Update README.md
  • Loading branch information
nickromano authored Jun 2, 2020
1 parent 6b39119 commit f56ff09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ For library docs, see [android/README.md](android/README.md).
#### Cocoapods

```ruby
pod "FluentIcons", git: "https://github.com/microsoft/fluent-system-icons.git", tag: "1.1.9"
use_frameworks!

pod "FluentIcons", "1.1.9"
```

#### Carthage
Expand Down
4 changes: 1 addition & 3 deletions ios/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# FluentIcons iOS

![fluent design icons](../../art/readme-asset.png)

## Installation

### Cocoapods

```ruby
use_frameworks!
pod "FluentIcons", git: "https://github.com/microsoft/fluent-system-icons.git", tag: "1.1.9"
pod "FluentIcons", "1.1.9"
```

### Carthage
Expand Down

0 comments on commit f56ff09

Please sign in to comment.