blob: d8acc7d53f576a6089b7f13fb980fc05295068a1 [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "0.0.6",
"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": "v0.0.6"
},
"resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJSlider": [
],
"SJBorderLineView": [
]
},
"source_files": "SJVideoPlayer/SJPlayer.h",
"subspecs": [
{
"name": "Category",
"source_files": "SJVideoPlayer/Category/*.{h,m}"
},
{
"name": "Constant",
"source_files": "SJVideoPlayer/Constant/*.{h,m}"
},
{
"name": "Control",
"source_files": "SJVideoPlayer/Control/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Model": [
],
"SJVideoPlayer/Category": [
],
"SJVideoPlayer/Loading": [
],
"SJVideoPlayer/Constant": [
],
"SJVideoPlayer/Prompt": [
]
}
},
{
"name": "Loading",
"source_files": "SJVideoPlayer/Loading/*.{h,m}"
},
{
"name": "Model",
"source_files": "SJVideoPlayer/Model/*.{h,m}"
},
{
"name": "Present",
"source_files": "SJVideoPlayer/Present/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Category": [
],
"SJVideoPlayer/Control": [
],
"SJVideoPlayer/Constant": [
]
}
},
{
"name": "Prompt",
"source_files": "SJVideoPlayer/Prompt/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Category": [
]
}
},
{
"name": "VideoPlayer",
"source_files": "SJVideoPlayer/VideoPlayer/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Control": [
],
"SJVideoPlayer/Loading": [
],
"SJVideoPlayer/Model": [
],
"SJVideoPlayer/Present": [
],
"SJVideoPlayer/Prompt": [
],
"SJVideoPlayer/Constant": [
]
}
}
]
}