blob: 8e9f949d73f56e770bef00441c3c8ca30aff49fb [file] [log] [blame]
{
"name": "YCDownloadSession",
"version": "2.0.1",
"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.1"
},
"default_subspecs": [
"Core",
"Mgr"
],
"requires_arc": true,
"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"
}
]
}