[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 0 / 7 / XFDownload / 0.0.3 / XFDownload.podspec.json
blob2f27344979207762da14fb52874cfbba5128ea72
2   "name": "XFDownload",
3   "version": "0.0.3",
4   "summary": "纯Swift的下载管理器.",
5   "description": "一个纯Swift的下载管理器,使用URLSession框架;\n URLSessionDataTask任务管理;\n OutputStream处理文件的写入,更好的管理内存资源.",
6   "homepage": "https://gitee.com/luxfeng/XFDownload",
7   "license": "MIT",
8   "authors": {
9     "lxf": "442171865@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/luxfeng/XFDownload.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "XFDownload/**/*.{swift,plist}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true