Skip to content

Commit

Permalink
Update README.md (#631)
Browse files Browse the repository at this point in the history
Changes proposed in this pull request:
- Fix typo in readme
  • Loading branch information
pmusolino authored and krzyzanowskim committed Jun 13, 2018
1 parent ea8c076 commit bbbbee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ or for newest version from specified branch of code:
pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "master"
```

Bear in mind that CocoaPods will build CryptoSwift without [Whole-Module Optimization](https://swift.org/blog/whole-module-optimizations/) that my impact performance. You can change it manually after installation, or use [cocoapods-wholemodule](https://github.com/jedlewison/cocoapods-wholemodule) plugin.
Bear in mind that CocoaPods will build CryptoSwift without [Whole-Module Optimization](https://swift.org/blog/whole-module-optimizations/) that may impact performance. You can change it manually after installation, or use [cocoapods-wholemodule](https://github.com/jedlewison/cocoapods-wholemodule) plugin.

#### Carthage
You can use [Carthage](https://github.com/Carthage/Carthage).
Expand Down

0 comments on commit bbbbee8

Please sign in to comment.