[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 9 / f / 3 / SJMediaCacheServer / 1.7.9 / SJMediaCacheServer.podspec.json
blobfca33d39f9db8a8ac39bc89c795ed3affe96532a
2   "name": "SJMediaCacheServer",
3   "version": "1.7.9",
4   "summary": "A HTTP Media Caching Framework. It can cache FILE or HLS media.",
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": "1.7.9"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SJMediaCacheServer/*.{h,m}",
22   "dependencies": {
23     "SJUIKit/SQLite3": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "SJMediaCacheServer/Core/**/*.{h,m}",
31       "dependencies": {
32         "SJMediaCacheServer/KTVCocoaHTTPServer": [
34         ]
35       }
36     },
37     {
38       "name": "KTVCocoaHTTPServer",
39       "source_files": "SJMediaCacheServer/KTVCocoaHTTPServer/**/*.{h,m}",
40       "dependencies": {
41         "CocoaAsyncSocket": [
43         ]
44       }
45     }
46   ]