blob: c815e0993fa969b5b0d329e9079afb05d540902c [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "2.0.0.1",
"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": "v2.0.0.1"
},
"resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJSlider": [
],
"SJAttributesFactory": [
],
"SJBorderLineView": [
],
"SJPrompt": [
],
"SJUIFactory": [
],
"SJFullscreenPopGesture": [
],
"SJOrentationObserver": [
],
"SJLoadingView": [
],
"SJVideoPlayerAssetCarrier": [
],
"SJVolBrigControl": [
],
"SJObserverHelper": [
]
},
"source_files": "SJVideoPlayer/*.{h,m}",
"subspecs": [
{
"name": "Header",
"source_files": "SJVideoPlayer/Header/*.{h}"
},
{
"name": "Present",
"source_files": "SJVideoPlayer/Present/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Header": [
]
}
},
{
"name": "Category",
"source_files": "SJVideoPlayer/Category/*.{h,m}"
},
{
"name": "Registrar",
"source_files": "SJVideoPlayer/Registrar/*.{h,m}"
},
{
"name": "GestureControl",
"source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
},
{
"name": "TimerControl",
"source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
},
{
"name": "Model",
"source_files": "SJVideoPlayer/Model/*.{h,m}",
"dependencies": {
"SJVideoPlayerAssetCarrier": [
]
}
},
{
"name": "Resource",
"source_files": "SJVideoPlayer/Resource/*.{h,m}"
},
{
"name": "ControlView",
"source_files": "SJVideoPlayer/ControlView/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Resource": [
],
"SJVideoPlayer/MoreSetting": [
],
"SJVideoPlayer/Header": [
],
"SJVideoPlayer/Model": [
]
}
},
{
"name": "MoreSetting",
"source_files": "SJVideoPlayer/MoreSetting/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Resource": [
]
}
}
]
}