Make AlamofireImage alamofire5 branch work with Alamofire 5.0.0-beta.2
Implementation Details :construction:
Fixed dependency and deployment_target to match Alamofire 5
Example of usage in Podfile 🥇
platform :ios, '10.0'
use_frameworks!
target 'TargetUsingAlamofire' do
pod 'Alamofire', '~> 5.0.0-beta.2'
pod 'AlamofireImage', :git => 'https://github.com/andiradulescu/AlamofireImage.git', :branch => 'alamofire5'
end
Issue Link :link:
https://github.com/Alamofire/AlamofireImage/issues/336 You can't add AlamofireImage to your Project with CocoaPods when using Alamofire 5.0.0-beta.2
Goals :soccer:
Make AlamofireImage
alamofire5
branch work with Alamofire 5.0.0-beta.2Implementation Details :construction:
Fixed dependency and deployment_target to match Alamofire 5
Example of usage in Podfile 🥇