/SODownloader

A simple downloader base on AFNetworking

Primary LanguageObjective-CMIT LicenseMIT

SODownloader

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

SODownloader base on AFNetworking 3, if you are using AFNetworking 2.x, you should grade your AFNetworking dependency.

Installation

SODownloader is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SODownloader"

GitHub 上的代码为开发中的最新代码,CocoaPods 发布的代码有点老,新功能稳定后会在 CocoaPods 发布。

Usage

使用方法参考Wiki,如果 SODownloader 对你有所帮助,别忘了点击本项目右上角的 Star!

Author

scfhao@126.com

由于 scfhao 个人精力有限,且 SODownloader 尚有不完善之处,在使用 SODownloader 的过程中:

  • 如果遇到用法方面的问题,请尽量先从 Wiki 中寻找答案。
  • 如果遇到已知的 bug,请创建新 Issue,并提出修正该 bug 可参考的网页链接,对于可以同时提供解决方案的,也可以直接提交 pull request。

License

SODownloader is available under the MIT license. See the LICENSE file for more info.