Reactofire is a protocol oriented networking abstraction layer in swift that is built on top of Alamofire to use services in a declartive way
dependabot[bot] on bundler
Bump git from 1.5.0 to 1.11.0 … (compare)
dependabot[bot] on bundler
Bump cocoapods-downloader from … (compare)
dependabot[bot] on bundler
Bump addressable from 2.7.0 to … (compare)
extension HTTPBinAuthenticable {
var configuration: Configuration {
var authentication = Authentication()
authentication.credential = URLCredential(user: user, password: password, persistence: .forSession)
return authentication
}
}