blob: ac65aef2288f0bfbccb913fc81100ba51307315d [file] [log] [blame]
{
"name": "PiDownload",
"version": "1.0.0",
"summary": "iOS / macOS 后台断点下载",
"homepage": "https://coderpif.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderPiF": "CoderPiF@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/CoderPiF/PiDownload.git",
"tag": "1.0.0"
},
"source_files": "PiDownload/PiDownload*.{h,m}",
"ios": {
"source_files": "PiDownload/Reachability.{h,m}",
"frameworks": "UIKit"
},
"public_header_files": [
"PiDownload/PiDownload.h",
"PiDownload/PiDownloadLogger.h",
"PiDownload/PiDownloadTask.h",
"PiDownload/PiDownloader.h"
],
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true
}