blob: 8bf9a66f688572cdbf4d96169138740f851190d0 [file] [log] [blame]
{
"name": "MLAVPlayer",
"version": "1.0.2",
"summary": "Encapsulate AVPlayer",
"platforms": {
"ios": "7.0"
},
"description": "MLAVPlayer for Video & Audio Play Interface",
"homepage": "https://github.com/MichaelLedger/MLAVPlayer",
"license": "MIT",
"authors": {
"MichaelLedger": "MichaelLedger@163.com"
},
"source": {
"git": "https://github.com/MichaelLedger/MLAVPlayer.git",
"tag": "1.0.2"
},
"source_files": "MLAVPlayer/**/*.{h,m}",
"resources": [
"MLAVPlayer/MLAVPlayer.xib",
"MLAVPlayer/MLAVPlayer.bundle"
],
"ios": {
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
},
"requires_arc": true
}