blob: dbef98f345126dd42fe4ee8dbc325f9bba64eac4 [file] [log] [blame]
{
"name": "SJVideoPlayer",
"version": "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": "v0.0.1"
},
"source_files": "SJVideoPlayer/**/*.{h,m}",
"resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJSlider": [
],
"SJBorderLineView": [
]
}
}