[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 9 / f / 3 / SJMediaCacheServer / 2.0.0 / SJMediaCacheServer.podspec.json
blob93fb984c064e7c4c81ec36796aeb341ca21b2ede
2   "name": "SJMediaCacheServer",
3   "version": "2.0.0",
4   "summary": "SJMediaCacheServer 是一个HTTP媒体缓存框架,旨在高效代理播放请求并将媒体内容缓存本地,从而实现无缝的媒体播放。通过使用缓存的内容,减少网络负载并提升播放性能。支持缓存常见的媒体格式,如 MP3、MP4 和 HLS (m3u8) 流媒体资源。",
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.0"
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   ]