You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
20
20
-[Core features](#core-features)
21
21
-[Installation](#installation)
22
-
-[CocoaPods](#cocoapods)
23
22
-[Swift Package](#swift-package)
23
+
-[CocoaPods](#cocoapods)
24
24
-[Example usage](#example-usage)
25
25
-[Send Ether](#send-ether)
26
26
-[Contract read method](#contract-read-method)
@@ -66,6 +66,24 @@
66
66
67
67
## Installation
68
68
69
+
### Swift Package
70
+
The [Swift Package Manager](https://swift.org/package-manager/"") is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
71
+
72
+
Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
@@ -91,23 +109,6 @@ Then, run the following command:
91
109
$ pod install
92
110
```
93
111
94
-
### Swift Package
95
-
The [Swift Package Manager](https://swift.org/package-manager/"") is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
96
-
97
-
Once you have your Swift package set up, adding Alamofire as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
0 commit comments