blob: 54275174cc04f0e9bf4588089eef809dc6638c8d [file] [log] [blame]
{
"name": "YQM3DownLoad",
"version": "1.0.6",
"summary": "m3u8 downloader",
"description": "Implement m3u8 local caching and playback using operation. Can control the number of media concurrency, a single media file download concurrency; Support task suspend restore, support task cancel.",
"homepage": "https://github.com/liyunqi825/YQM3DownLoad.git",
"license": "MIT",
"authors": {
"liyunqi": "623056834@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liyunqi825/YQM3DownLoad.git",
"tag": "1.0.6"
},
"source_files": [
"Classes/m3u8/*.{h,m}",
"Classes/m3u8/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": [
"${PODS_ROOT}/AFNetworking/AFNetworking",
"${PODS_ROOT}/GCDWebServer/GCDWebServer/Core",
"${SRCRoot}/Classes/m3u8/*"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"GCDWebServer": [
"~> 3.5.3"
]
}
}