OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

Fix Package.swift and Package.resolved #28

Closed MaxDesiatov closed 4 years ago

MaxDesiatov commented 4 years ago

Currently Package.swift refers to the 5.0.0 branch in the Alamofire repository, but this branch doesn't exist. Additionally, Package.resolved doesn't match any of the versions or branches specified in Package.swift. This leads to an error when installing OAuthSwiftAlamofire as a dependency:

Screenshot 2020-03-29 at 21 03 16
phimage commented 4 years ago

🙏 thanks