blob: 20d895d4193bd7b33d6129852c654c5af5fd61e3 [file] [log] [blame]
{
"name": "JLFileManager",
"version": "0.0.1",
"summary": "下载、预览文件.",
"description": "方便得使用manager来管理文件的 下载、查看、缓存、清理等操作。",
"homepage": "https://github.com/LongJiangSB/JLFileManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JiangLong": "983220205@qq.com"
},
"source": {
"git": "https://github.com/LongJiangSB/JLFileManager.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "JLFileManager/Classes/*.{h,m}",
"public_header_files": "JLFileManager/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}