blob: 9265bf17b44ec13fa62048b9695f29040b6325e7 [file] [log] [blame]
{
"name": "DMPlayer",
"version": "0.0.1",
"summary": "具有弹幕功能的 ZFPlayer.",
"homepage": "https://github.com/Minlison/DMPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Minlison": "yuanhang.1991@icloud.com",
"unash": "unash@exbye.com",
"renzifeng": "zifeng1300@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Minlison/DMPlayer.git",
"tag": "0.0.1"
},
"source_files": [
"DMPlayer",
"DMPlayer/**/*.{h,m}"
],
"resources": "DMPlayer/Thrid/ZFPlayer/ZFPlayer.xcassets",
"frameworks": [
"UIKit",
"MediaPlayer",
"CoreTelephony",
"Foundation",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}