luowei / LWFileDownload

LWFileDownload,文件下载管理器,支持单文件与多文件下载。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libFileDownload

CI Status Version License Platform

Example

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

NSString *fileDirectoryPath=[LWFileDownloadManager shareManager].fileDirectoryPath;

BOOL exsitFile = [LWFileDownloadManager exsitFileWithFileName:bundleFileName];

BOOL exsitZip = [LWFileDownloadManager downloadFileWithFileName:zipName urlString:urlString
                                                  requestBlock:updateRequest
                                                 progressBlock:progressBlock
                                                 completeBlock:completeBlock];

Requirements

Installation

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

pod 'libFileDownload'

Carthage

github "luowei/libFileDownload"

Author

luowei, luowei@wodedata.com

License

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

About

LWFileDownload,文件下载管理器,支持单文件与多文件下载。

License:MIT License


Languages

Language:Objective-C 87.0%Language:Ruby 7.0%Language:Shell 6.1%