blob: c0fa5790c173c9f918bd0858d3cc8ef6dcc3d5d3 [file] [log] [blame]
{
"name": "SJBaseVideoPlayer",
"version": "1.0.6.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.0.6.1"
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"SJUIFactory": [
],
"Masonry": [
],
"SJFullscreenPopGesture": [
],
"SJBorderLineView": [
],
"SJPrompt": [
],
"SJOrentationObserver": [
],
"SJVideoPlayerAssetCarrier": [
],
"SJVolBrigControl": [
],
"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}"
},
{
"name": "Model",
"source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
"dependencies": {
"SJVideoPlayerAssetCarrier": [
]
}
},
{
"name": "Download",
"source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
"ios": {
"libraries": "sqlite3"
}
}
]
}