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];
libFileDownload is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'libFileDownload'
Carthage
github "luowei/libFileDownload"
luowei, luowei@wodedata.com
libFileDownload is available under the MIT license. See the LICENSE file for more info.