Elegant HTTP Networking in Swift
swift
networking
xcode
cocoapods
carthage
swift-package-manager
alamofire
request
response
urlsession
certificate-pinning
public-key-pinning
urlrequest
httpurlresponse
parameter-encoding
-
Updated
Jul 7, 2022 - Swift
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefilescript to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall