Skip to content

Commit

Permalink
doc(support): document cocoapods support
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhao committed May 29, 2018
1 parent 41d8e4d commit f661ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Instead of trying to guess at your build system's behavior, `fossa` runs locally
- Java/Scala: `mvn`, `gradle`, `sbt`, `ant`, `ivy`
- Python: `pip`, `setuptools`
- Ruby: `bundler`
- iOS: `cocoapods`
- PHP: `composer`
- Go: `dep`, `glide`, `godep`, `govendor`, `vndr`, `gdm`
- .NET (C#, VB): `nuget`
Expand Down Expand Up @@ -103,4 +104,4 @@ FOSSA_API_KEY=YOUR_API_KEY_HERE fossa

# The one-liner for testing after upload is pretty simple too
FOSSA_API_KEY=YOUR_API_KEY_HERE fossa && fossa test
```
```

0 comments on commit f661ebf

Please sign in to comment.