SimpleAudioPlayer 0.1.2× 测试已测试✗ 语言语言 Obj-CObjective C许可证 自定义 发布最后发布2014年12月由 未声明 维护。安装指南×SimpleAudioPlayer 安装指南您可以将类似以下内容添加到您的 Podfile 中target 'MyApp' do pod 'SimpleAudioPlayer', '~> 0.1' end然后在您的终端中运行 pod install,或从 CocoaPods.app 中运行。或者,为了进行测试,运行以下命令pod try SimpleAudioPlayer查看 PodspecGitHub 仓库CocoaPods.org 上的页面SimpleAudioPlayer 0.1.2由Pawel 'Kender' Maczewskiowlcoding/SimpleAudioPlayerGitHub 仓库 SimpleAudioPlayer 是一个简单的 AVAudioPlayer 封装 用法 要使用它,请执行 [SimpleAudioPlayer playFile:@"filename.mp3"]; 或 [SimpleAudioPlayer playFile:@"filename.mp3" withCompletionBlock:^(BOOL finished) { NSLog(@"Finished playing"); }]; 安装