blob: 80a2946f13d0dca44ed969235029de73ad5aa13e [file] [log] [blame]
{
"name": "SJBaseVideoPlayer",
"version": "1.3.1.1",
"summary": "video player.",
"description": "https://github.com/changsanjiang/SJBaseVideoPlayer/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJBaseVideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJBaseVideoPlayer.git",
"tag": "v1.3.1.1"
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"SJUIFactory": [
],
"Masonry": [
],
"SJObserverHelper": [
],
"Reachability": [
]
},
"source_files": "SJBaseVideoPlayer/*.{h,m}",
"subspecs": [
{
"name": "Header",
"source_files": "SJBaseVideoPlayer/Header/*.{h}"
},
{
"name": "Present",
"source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
"dependencies": {
"SJBaseVideoPlayer/Header": [
]
}
},
{
"name": "Category",
"source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
},
{
"name": "Registrar",
"source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
},
{
"name": "GestureControl",
"source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
},
{
"name": "TimerControl",
"source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}",
"dependencies": {
"SJBaseVideoPlayer/Category": [
]
}
},
{
"name": "Model",
"source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
"dependencies": {
"SJBaseVideoPlayer/Category": [
],
"SJBaseVideoPlayer/Header": [
]
}
},
{
"name": "Download",
"source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
"ios": {
"libraries": "sqlite3"
}
},
{
"name": "SJRotationManager",
"source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}"
},
{
"name": "SJVolBrigControl",
"source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
"resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
"subspecs": [
{
"name": "Resource",
"source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
}
]
},
{
"name": "SJPrompt",
"source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
}
]
}