blob: 10332ade384300ac1ede96e7cb2011c060420d8d [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "1.2.10",
"summary": "video player.",
"description": "https://github.com/changsanjiang/SJVideoPlayer/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJVideoPlayer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJVideoPlayer.git",
"tag": "v1.2.10"
},
"resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJSlider": [
],
"SJAttributesFactory": [
],
"SJBorderLineView": [
],
"SJPrompt": [
],
"SJUIFactory": [
],
"SJVideoPlayerBackGR": [
],
"SJOrentationObserver": [
]
},
"source_files": "SJVideoPlayer/SJPlayer.h",
"subspecs": [
{
"name": "Header",
"source_files": "SJVideoPlayer/Header/*.{h}"
},
{
"name": "Base",
"source_files": "SJVideoPlayer/Base/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Header": [
],
"SJVideoPlayer/Model": [
],
"SJVideoPlayer/Resource": [
]
}
},
{
"name": "Player",
"source_files": "SJVideoPlayer/Player/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Control": [
],
"SJVideoPlayer/Loading": [
],
"SJVideoPlayer/MoreSetting": [
],
"SJVideoPlayer/VolBrigControl": [
],
"SJVideoPlayer/Present": [
],
"SJVideoPlayer/Registrar": [
],
"SJVideoPlayer/TimerControl": [
],
"SJVideoPlayer/GestureControl": [
]
}
},
{
"name": "Model",
"source_files": "SJVideoPlayer/Model/*.{h,m}"
},
{
"name": "Control",
"source_files": "SJVideoPlayer/Control/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Other": [
]
}
},
{
"name": "GestureControl",
"source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
},
{
"name": "Loading",
"source_files": "SJVideoPlayer/Loading/*.{h,m}"
},
{
"name": "MoreSetting",
"source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
"dependencies": {
"SJVideoPlayer/Other": [
]
}
},
{
"name": "VolBrigControl",
"source_files": "SJVideoPlayer/VolBrigControl/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Other": [
]
}
},
{
"name": "Other",
"source_files": "SJVideoPlayer/Other/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Base": [
]
}
},
{
"name": "Present",
"source_files": "SJVideoPlayer/Present/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Other": [
]
}
},
{
"name": "Registrar",
"source_files": "SJVideoPlayer/Registrar/*.{h,m}"
},
{
"name": "TimerControl",
"source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
},
{
"name": "Resource",
"source_files": "SJVideoPlayer/Resource/*.{h,m}"
}
]
}