blob: 3f59653f5e6b2caaaaf4f34af23febef8a037f96 [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "2.0.6.2",
"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.6.2"
},
"resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJSlider": [
],
"SJBaseVideoPlayer": [
],
"SJAttributesFactory": [
],
"SJLoadingView": [
]
},
"source_files": "SJVideoPlayer/*.{h,m}",
"subspecs": [
{
"name": "Resource",
"source_files": "SJVideoPlayer/Resource/*.{h,m}"
},
{
"name": "ControlView",
"source_files": "SJVideoPlayer/ControlView/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Resource": [
],
"SJVideoPlayer/MoreSetting": [
]
}
},
{
"name": "MoreSetting",
"source_files": "SJVideoPlayer/MoreSetting/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Resource": [
]
}
},
{
"name": "LightweightControlView",
"source_files": "SJVideoPlayer/LightweightControlView/*.{h,m}",
"dependencies": {
"SJVideoPlayer/Resource": [
]
}
}
]
}