mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

cannot install 3.2 version #31

Closed ducpv97 closed 7 years ago

ducpv97 commented 7 years ago

I run pod install but only 3.1 version podfile source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' use_frameworks! target "abc" do pod "MZDownloadManager" end

mzeeshanid commented 7 years ago

Try by updating the local pod repo pod repo update