blob: 8e5c4c3d1af4ed5777a97f1cbdd77d595bd8fcef [file] [log] [blame]
{
"name": "QDownload",
"version": "1.0.1",
"license": "MIT",
"authors": {
"QianChia": "jhqian0228@icloud.com"
},
"summary": "A simple encapsulation of files to download",
"homepage": "https://github.com/QianChia/QDownload",
"source": {
"git": "https://github.com/QianChia/QDownload.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "QDownload/QDownload.h",
"public_header_files": "QDownload/QDownload.h",
"subspecs": [
{
"name": "QReachability",
"source_files": "QDownload/QReachability/QReachability.{h,m}",
"subspecs": [
{
"name": "Reachability",
"source_files": "QDownload/QReachability/Reachability/Reachability.{h,m}"
}
]
},
{
"name": "QWebImage",
"source_files": "QDownload/QWebImage/*.{h,m}"
},
{
"name": "QSessionDownloader",
"source_files": "QDownload/QSessionDownloader/*.{h,m}"
},
{
"name": "QAFNetworking",
"source_files": "QDownload/QAFNetworking/QAFNetworking.{h,m}",
"subspecs": [
{
"name": "AFNetworking",
"source_files": "QDownload/QAFNetworking/AFNetworking/*.{h,m}"
}
]
}
]
}