浏览代码

Merge pull request #45 from dcordero/cocoapods

Document installation via Cocoapods
Norio Nomura 6 年之前
父节点
当前提交
8fe0753fe6
共有 1 个文件被更改,包括 6 次插入0 次删除
  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