Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 451 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 451 Bytes

AVNetworkKit

A full networking layer implemented in Swift.

Draws heavy inspiration from HermesNetwork. Many thanks to Daniele Margutti for the article that inspired this.

Why AVNetworkKit?

While HermesNetwork uses Promises and many external dependencies, AVNetworkKit aims to use none.