blob: 14b8a6b1e16243bd8fc9d25795e426212cf4fbec [file] [log] [blame]
{
"name": "SimpleAudioPlayer",
"version": "0.1.2",
"summary": "Simple Audio Player is a simple wrapper for AVAudioplayer class.",
"description": " SimpleAudioPlayer\n =================\n\n SimpleAudioPlayer is a simple wrapper for AVAudioPlayer\n\n Usage\n -----\n To use it, make:\n\n [SimpleAudioPlayer playFile:@\"filename.mp3\"];\n\n or\n \n [SimpleAudioPlayer playFile:@\"filename.mp3\" withCompletionBlock:^(BOOL finished) {\n NSLog(@\"Finished playing\");\n }];\n\n",
"homepage": "https://github.com/owlcoding/SimpleAudioPlayer",
"license": "Apache License",
"authors": {
"Pawel 'Kender' Maczewski": "kender@codingslut.com"
},
"source": {
"git": "https://github.com/owlcoding/SimpleAudioPlayer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"SimpleAudioPlayer.m",
"SimpleAudioPlayer.h"
],
"frameworks": "AVFoundation"
}