|
@@ -120,7 +120,7 @@ or for newest version from specified branch of code:
|
|
pod 'CryptoSwift', :git => "https://github.com/krzyzanowskim/CryptoSwift", :branch => "master"
|
|
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.
|
|
|
|
|
|
+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.
|
|
|
|
|
|
####Carthage
|
|
####Carthage
|
|
You can use [Carthage](https://github.com/Carthage/Carthage).
|
|
You can use [Carthage](https://github.com/Carthage/Carthage).
|