[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / f / 3 / SJMediaCacheServer / 2.0.4 / SJMediaCacheServer.podspec.json
blob26aff876d33ecb9812fbdea77dcf71bc4567c048
2   "name": "SJMediaCacheServer",
3   "version": "2.0.4",
4   "summary": "SJMediaCacheServer 是一个高效的 HTTP 媒体缓存框架,旨在代理媒体数据请求并优先提供缓存数据,从而减少网络流量并增强播放的流畅性。该框架支持两种类型的远程资源:基于文件的媒体,如 MP3、AAC、WAV、FLAC、OGG、MP4 和 MOV 等常见格式,以及 HLS(HTTP Live Streaming)流。它会自动解析 HLS 播放列表并代理各个媒体片段。",
5   "description": "https://github.com/changsanjiang/SJMediaCacheServer/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJMediaCacheServer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "changsanjiang": "changsanjiang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/changsanjiang/SJMediaCacheServer.git",
16     "tag": "2.0.4"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SJMediaCacheServer/*.{h,m}",
22   "dependencies": {
23     "SJUIKit/SQLite3": [
25     ]
26   },
27   "resource_bundles": {
28     "SJMediaCacheServer": [
29       "SJMediaCacheServer/Assets/**/*"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "SJMediaCacheServer/Core/**/*.{h,m}",
36       "dependencies": {
37         "SJMediaCacheServer/KTVCocoaHTTPServer": [
39         ]
40       }
41     },
42     {
43       "name": "KTVCocoaHTTPServer",
44       "source_files": "SJMediaCacheServer/KTVCocoaHTTPServer/**/*.{h,m}",
45       "dependencies": {
46         "CocoaAsyncSocket": [
48         ]
49       }
50     }
51   ]