XCode version: 11.4.1
OSX version: 10.15.4
Using a default cocoapods install of the library with version 5.10.1 causes the following error as the library has an iOS 8.0 target:

Compiling for iOS 8.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0

Manually setting the value to iOS 10.0 as the minimum leads to compilation errors.
