1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| pod 'Alamofire', :path => '~/Documents/Alamofire'
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git'
pod'Alamofire',:git=>'https://github.com/Alamofire/Alamofire.git',:branch=>'dev'
pod'Alamofire',:git=>'https://github.com/Alamofire/Alamofire.git',:tag=>'3.1.1'
pod'Alamofire',:git=>'https://github.com/Alamofire/Alamofire.git',:commit=>'0f506b1c45'
pod 'SDWebImage', '~> 4.3.2'
|