Browse Source

Merge pull request #45 from dcordero/cocoapods

Document installation via Cocoapods
Norio Nomura 6 years ago
parent
commit
8fe0753fe6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -23,6 +23,12 @@ it, simply add the following line to your Cartfile:
 
 `github "norio-nomura/Base32"`
 
+### Cocoapods
+
+Base32 is also available through [Cocoapods](https://cocoapods.org/) just adding the following line to your Podfile:
+
+`pod 'SwiftBase32', '~> 0.6.0'`
+
 ## Author
 
 Norio Nomura