blob: 83d775603c84eb5bc69213ef237c6eb8af329822 [file] [log] [blame]
{
"name": "SJMediaCacheServer",
"version": "1.5.2",
"summary": "A HTTP Media Caching Framework. It can cache FILE 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.5.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJMediaCacheServer/*.{h,m}",
"dependencies": {
"SJUIKit/SQLite3": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJMediaCacheServer/Core/**/*.{h,m}",
"dependencies": {
"SJMediaCacheServer/KTVCocoaHTTPServer": [
]
}
},
{
"name": "KTVCocoaHTTPServer",
"source_files": "SJMediaCacheServer/KTVCocoaHTTPServer/**/*.{h,m}",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}
]
}