blob: 95f9f16e25cf051eb8fb7573ba753e654072ac39 [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "3.2.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": "v3.2.2"
},
"requires_arc": true,
"dependencies": {
"SJBaseVideoPlayer": [
">= 3.2.3"
]
},
"source_files": "SJVideoPlayer/*.{h,m}",
"subspecs": [
{
"name": "Common",
"source_files": "SJVideoPlayer/Common/**/*",
"dependencies": {
"Masonry": [
],
"SJBaseVideoPlayer": [
],
"SJUIKit/AttributesFactory": [
],
"SJVideoPlayer/ResourceLoader": [
]
}
},
{
"name": "ControlLayers",
"source_files": "SJVideoPlayer/ControlLayers/**/*",
"dependencies": {
"SJVideoPlayer/Common": [
]
}
},
{
"name": "ResourceLoader",
"source_files": "SJVideoPlayer/ResourceLoader/*.{h,m}",
"resources": "SJVideoPlayer/ResourceLoader/SJVideoPlayer.bundle"
}
]
}