blob: 840ca9cb0e3fd3f6e8042ed404eb3cbf88ce3193 [file] [log] [blame]
{
"name": "WQDownLoad",
"version": "0.2.0",
"summary": "iOS 下载框架",
"description": "iOS 下载框架,视频配套信息存储基于FMDB, 下载实现基于NSURLSessionDataTask + audio airplay and picture 后台播放无声音频 (NSURLSessionDownloadTask功能未完善,后台下载数据库操作,resumeData问题)",
"homepage": "https://github.com/hapiii/WQDownLoad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hapiii": "869932084@qq.com"
},
"source": {
"git": "https://github.com/hapiii/WQDownLoad.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WQDownLoad/Classes/**/*",
"resource_bundles": {
"WQDownLoad": [
"WQDownLoad/Assets/*"
]
},
"dependencies": {
"YYKit": [
],
"AFNetworking": [
],
"FMDB": [
],
"SDWebImage": [
]
}
}