blob: c91d4850c5490b599b6d2bf3b00c3178427372a3 [file] [log] [blame]
{
"name": "BNM3u8Cache",
"version": "1.0.0",
"summary": "Implement m3u8 local caching and playback using operation.",
"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/zmubai/BNM3u8Cache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zmubai": "634825162@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zmubai/BNM3u8Cache.git",
"tag": "1.0.0"
},
"source_files": [
"Classes/m3u8/*.{h,m}",
"Classes/m3u8/**/*.{h,m}"
],
"public_header_files": "Classes/m3u8/*.{h}",
"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"
]
}
}