Skip to content

Commit fbf7e79

Browse files
committed
add cocoapod instructions
1 parent c998c74 commit fbf7e79

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

BcryptSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "BcryptSwift"
12-
s.version = "1.0.0"
12+
s.version = "1.0.2"
1313
s.summary = "A standalone Bcrypt algorithm in Swift."
1414
s.homepage = "https://github.com/360Learning/BcryptSwift"
1515
s.license = "Apache"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This project is a quick adaptation from the already adapted bcrypt algorithm fro
88

99
## How to use
1010

11-
To use it, just copy the 2 files into your project. Or import it as a dynamic framework.
11+
You can use it as a cocoapod adding this line to your podfile `pod 'BcryptSwift', :git => 'https://github.com/360Learning/BcryptSwift.git', :tag => '1.0.2'`.
12+
Or you can just copy the 2 files into your project. Or import it as a dynamic framework.
1213

1314
Then use:
1415

0 commit comments

Comments
 (0)