blob: 38b96adf3a127af01d42f22a9075fa63a818c2ec [file] [log] [blame]
{
"name": "SJMediaCacheServer",
"version": "1.1.5",
"summary": "A HTTP Media Caching Framework. It can cache VOD or HLS media.",
"description": "https://github.com/changsanjiang/SJMediaCacheServer/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJMediaCacheServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJMediaCacheServer.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJMediaCacheServer/*.{h,m}",
"dependencies": {
"CocoaHTTPServer": [
],
"SJUIKit/SQLite3": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJMediaCacheServer/Core/**/*.{h,m}"
}
]
}