[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / c / JLFileManager / 0.0.1 / JLFileManager.podspec.json
blob20d895d4193bd7b33d6129852c654c5af5fd61e3
2   "name": "JLFileManager",
3   "version": "0.0.1",
4   "summary": "下载、预览文件.",
5   "description": "方便得使用manager来管理文件的 下载、查看、缓存、清理等操作。",
6   "homepage": "https://github.com/LongJiangSB/JLFileManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JiangLong": "983220205@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/LongJiangSB/JLFileManager.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "JLFileManager/Classes/*.{h,m}",
24   "public_header_files": "JLFileManager/Classes/*.h",
25   "dependencies": {
26     "AFNetworking": [
27       "~>  3.0.4"
28     ]
29   }