blob: d7a32437958b7d197995bac07977d14ed5dc7bf4 [file] [log] [blame]
{
"name": "MHPlayer",
"version": "1.0.0",
"summary": "A good video player made by CoderMikeHe",
"description": "Based on AVPlayer, support for the horizontal screen, vertical screen , the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.",
"homepage": "https://github.com/CoderMikeHe/MHPlayer",
"license": "MIT",
"authors": {
"CoderMikeHe": "491273090@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderMikeHe/MHPlayer.git",
"tag": "1.0.0"
},
"source_files": [
"MHPlayer",
"MHPlayer/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "MHPlayer/MHPlayer.bundle",
"dependencies": {
"Masonry": [
],
"MBProgressHUD": [
],
"Colours": [
]
},
"requires_arc": true
}