blob: db2e5d78bc94dd806c3e9c2b2e156ea7f4191feb [file] [log] [blame]
{
"name": "WYDownloadManager",
"version": "0.0.4",
"summary": "Slice Downloader used on iOS.",
"description": "Slice Downloader used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/wuyaGit/WYDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youngBi": "407671883@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wuyaGit/WYDownloadManager.git",
"tag": "0.0.4"
},
"source_files": [
"WYDownloadManager",
"WYDownloadManager/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}