blob: a7fc8c9f549ac165b8853c52a8c0a6f112ff83ff [file] [log] [blame]
{
"name": "YCDownloadSession",
"version": "2.0.2",
"summary": "iOS background download video or file",
"homepage": "https://github.com/onezens/YCDownloadSession",
"license": "MIT",
"authors": {
"onezens": "mail@onezen.cc"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/onezens/YCDownloadSession.git",
"tag": "2.0.2"
},
"default_subspecs": [
"Core",
"Mgr"
],
"requires_arc": true,
"frameworks": "CFNetwork",
"subspecs": [
{
"name": "Core",
"source_files": "YCDownloadSession/core/*.{h,m}",
"public_header_files": "YCDownloadSession/core/*.h"
},
{
"name": "Mgr",
"dependencies": {
"YCDownloadSession/Core": [
]
},
"source_files": "YCDownloadSession/*.{h,m}",
"public_header_files": "YCDownloadSession/*.h"
}
]
}