blob: 605d55eef94e2874966e156ee61905c9ceddcfc6 [file] [log] [blame]
{
"name": "GLVideoPlayer",
"version": "1.0.0",
"summary": "It is a GLVideoPlayer used on iOS, which implement by Objective-C",
"description": "It is a GLVideoPlayer used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/GLVideoPlayer",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/GLVideoPlayer.git",
"tag": "1.0.0",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "image",
"resources": "GLVideoPlayer/image/*.png"
},
{
"name": "GLVideoPlayer",
"source_files": "GLVideoPlayer/GLVideoPlayer/*.{h,m}",
"public_header_files": "GLVideoPlayer/GLVideoPlayer/*.h",
"dependencies": {
"SDWebImage": [
]
}
}
]
}