blob: 5005d2b77cb2ce1b510fe2cf3323173e65508ea4 [file] [log] [blame]
{
"name": "CBAudioPlayer",
"version": "1.1.2",
"summary": "Simple wrapper for AVAudioPlayer",
"description": "Wrapper for AVAudioPlayer which lets you use a completion handler to detect when the audio has finished playing.",
"homepage": "https://bitbucket.org/calicoware/cbaudioplayer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Barker": "chrisbbarker@gmail.com"
},
"source": {
"git": "https://bitbucket.org/calicoware/cbaudioplayer.git",
"tag": "1.1.2"
},
"social_media_url": "https://twitter.com/mrchrisbarker",
"platforms": {
"ios": "8.0"
},
"source_files": "CBAudioPlayer/Classes/**/*",
"frameworks": "AVFoundation"
}