Async/await network abstraction layer built on Moya for iOS, distributed as a CocoaPods pod.
- NetworkProvider: Generic wrapper around MoyaProvider with sync and async methods
- NetworkTarget: Protocol extending Moya's TargetType
- NetworkTimeoutPlugin: Configurable request timeout plugin (default 10s)
- MoyaProvider+Async: Extension enabling async/await syntax
- Moya+Wrapping: Type aliases for cleaner public API
- iOS 13+
- Swift 5.6+
source 'https://github.com/binaryloader/cocoapods-specs.git'
pod 'BinaryLoaderNetwork'This project is licensed under the MIT License - see the LICENSE file for details.