blob: e5c666dc305a5d341acfff4cea6a3805b01fa4a0 [file] [log] [blame]
{
"name": "YCDownloadSession",
"version": "2.0.0",
"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.0"
},
"default_subspecs": "Core",
"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"
}
]
}