|
@@ -1,10 +1,9 @@
|
|
|
[](#installation)
|
|
|
|
|
|
[](#swift-versions-support)
|
|
|
+[](https://github.com/apple/swift-package-manager)
|
|
|
[](https://cocoapods.org/pods/CryptoSwift)
|
|
|
[](https://github.com/Carthage/Carthage)
|
|
|
-[](https://github.com/JamitLabs/Accio)
|
|
|
-[](https://github.com/apple/swift-package-manager)
|
|
|
|
|
|
[](http://twitter.com/krzyzanowskim)
|
|
|
|
|
@@ -161,15 +160,6 @@ github "krzyzanowskim/CryptoSwift"
|
|
|
|
|
|
Run `carthage` to build the framework and drag the built CryptoSwift.framework into your Xcode project. Follow [build instructions](https://github.com/Carthage/Carthage#getting-started). [Common issues](https://github.com/krzyzanowskim/CryptoSwift/issues/492#issuecomment-330822874).
|
|
|
|
|
|
-#### Accio
|
|
|
-You can use [Accio](https://github.com/JamitLabs/Accio). Specify in `Package.swift`:
|
|
|
-
|
|
|
-```swift
|
|
|
-.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.0")),
|
|
|
-```
|
|
|
-
|
|
|
-Then run `accio update`.
|
|
|
-
|
|
|
---
|
|
|
|
|
|
##### iOS, macOS, watchOS, tvOS
|