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

Cocoapods #4

Closed chasseurmic closed 8 years ago

chasseurmic commented 10 years ago

Would you consider adding a Podspec so that the library could be easily integrated in a project via cocoa pods?

albertschulz commented 10 years ago

+1

alihen commented 10 years ago

Agreed

mzeeshanid commented 10 years ago

I don't know how to setup cocoapods repository so when i get time i will update it and alternatively you can send me a pull request. Thank you.

syrakozz commented 10 years ago

yes cocopod is very important and your library will be much more famous , its pretty easy , check http://guides.cocoapods.org/using/using-cocoapods.html

chasseurmic commented 10 years ago

For anyone looking for a download manager that supports Cocoapods and a modern API based on NSURLSession, I ended up writing one myself since I wasn't happy with what I could find on Github. You can take a look at it, and improve it here: https://github.com/chasseurmic/TWRDownloadManager

mzeeshanid commented 10 years ago

Thank you for sharing your download manager with others. It looks much better :)

chasseurmic commented 10 years ago

Thank you, please fork it and modify or add new functionalities. :thumbsup:

mzeeshanid commented 8 years ago

Podspec added