[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / f / 3 / SJMediaCacheServer / 1.1.0 / SJMediaCacheServer.podspec.json
blob5df190502ab8cef8b3ea1a497ae60dc5df9111ca
2   "name": "SJMediaCacheServer",
3   "version": "1.1.0",
4   "summary": "A HTTP Media Caching Framework. It can cache VOD 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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SJMediaCacheServer/*.{h,m}",
22   "dependencies": {
23     "CocoaHTTPServer": [
25     ],
26     "SJUIKit/SQLite3": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "SJMediaCacheServer/Core/**/*.{h,m}"
34     }
35   ]