I want to use Alamofire
in my project
I have tried to install Podfile
but confused Alamofire
version to install.
when I try to install pod 'Alamofire', '~> 5.0.0-beta.5'
I'm getting this error
CocoaPods could not find compatible versions for pod "Alamofire": In Podfile: Alamofire (~> 5.0.0-beta.5)
know I have installed pod 'Alamofire', '~> 4.7.3'
but when I try to import in my ViewController.swift
file getting the error No such module Alamofire