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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
-[Communication](#communication)
22
22
-[Contributing](#contributing)
23
23
-[Author](#author)
24
+
-[Dependencies](#dependencies)
24
25
-[License](#license)
25
26
26
27
## Usage
@@ -87,5 +88,12 @@ Please feel free to help out with this project! If you see something that could
87
88
## Author
88
89
Nikita Vasilev, nv3212@gmail.com
89
90
91
+
## Dependencies
92
+
This project uses several open-source packages:
93
+
94
+
*[Atomic](https://github.com/space-code/atomic) is a Swift property wrapper designed to make values thread-safe.
95
+
*[Typhoon](https://github.com/space-code/typhoon) is a service for retry policies.
96
+
*[Mocker](https://github.com/WeTransfer/Mocker) is a library written in Swift which makes it possible to mock data requests using a custom `URLProtocol`.
97
+
90
98
## License
91
99
network-layer is available under the MIT license. See the LICENSE file for more info.
0 commit comments