From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 10:47:42 +0800
Subject: [PATCH] 首次上传

---
 screendisplay/Pods/ZFDownload/README.md |   71 +++++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/ZFDownload/README.md b/screendisplay/Pods/ZFDownload/README.md
new file mode 100755
index 0000000..53ace8e
--- /dev/null
+++ b/screendisplay/Pods/ZFDownload/README.md
@@ -0,0 +1,71 @@
+# ZFDownload
+
+<p align="left">
+<a href="https://travis-ci.org/renzifeng/ZFDownload"><img src="https://travis-ci.org/renzifeng/ZFDownload.svg?branch=master"></a>
+<a href="https://img.shields.io/cocoapods/v/ZFDownload.svg"><img src="https://img.shields.io/cocoapods/v/ZFDownload.svg"></a>
+<a href="https://img.shields.io/cocoapods/v/ZFDownload.svg"><img src="https://img.shields.io/github/license/renzifeng/ZFDownload.svg?style=flat"></a>
+<a href="http://cocoadocs.org/docsets/ZFDownload"><img src="https://img.shields.io/cocoapods/p/ZFDownload.svg?style=flat"></a>
+<a href="http://weibo.com/zifeng1300"><img src="https://img.shields.io/badge/weibo-@%E4%BB%BB%E5%AD%90%E4%B8%B0-yellow.svg?style=flat"></a>
+</p>
+
+## ������
+* ������������������
+* ���������������������������������������������
+* ������������������
+* ������������������
+
+## ������
+* iOS 7+
+* Xcode 6+
+
+---
+#### ZFDownload���������������������������ZFPlayer������������1000������star���[ZFPlayer](https://github.com/renzifeng/ZFPlayer)
+---
+
+## ���������
+
+![������������������](https://github.com/renzifeng/ZFDownload/raw/master/ZFDownload.gif)
+
+## ������
+### Cocoapods
+
+```ruby
+pod 'ZFDownload'
+```
+
+## ������
+```objc
+// ������������<ZFDownloadDelegate>
+self.downloadManage.downloadDelegate = self;
+// ������������URL,������������...
+[[ZFDownloadManager sharedDownloadManager] downFileUrl:urlStr filename:name fileimage:nil];
+// ������������������������������������������3���
+[ZFDownloadManager sharedDownloadManager].maxCount = 2;
+
+```
+���cell������������������������������������ ZFDownloadDelegate���������������������
+
+```objc
+
+#pragma mark - ZFDownloadDelegate
+
+// ������������
+- (void)startDownload:(ZFHttpRequest *)request;
+
+// ���������
+- (void)updateCellProgress:(ZFHttpRequest *)request;
+
+// ������������
+- (void)finishedDownload:(ZFHttpRequest *)request;
+
+
+```
+
+# ���������
+- ������: [@���������](https://weibo.com/zifeng1300)
+- ������: zifeng1300@gmail.com
+- QQ������213376937
+
+# License
+
+ZFDownload is available under the MIT license. See the LICENSE file for more info.
\ No newline at end of file

--
Gitblit v1.8.0