blob: 38d739fd4b5faee1666952cace211c0e6034a951 [file] [log] [blame]
{
"name": "HLSCachingReverseProxyServer",
"version": "0.1.0",
"summary": "A simple local reverse proxy server for HLS segment cache",
"homepage": "https://github.com/StyleShare/HLSCachingReverseProxyServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/StyleShare/HLSCachingReverseProxyServer.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.1",
"dependencies": {
"GCDWebServer": [
"~> 3.5"
],
"PINCache": [
">= 3.0.1-beta.3"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"swift_version": "5.1"
}