blob: ad6b11ddcf56de0b55741d5a0d847f2d8a4c7388 [file] [log] [blame]
{
"name": "CBAudioPlayer",
"version": "1.0.1",
"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": "http://www.mrchrisbarker.co.uk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Brian Barker": "chris@calicoware.net"
},
"source": {
"git": "https://bitbucket.org/calicoware/cbaudioplayer.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/mrchrisbarker",
"platforms": {
"ios": "8.0"
},
"source_files": "CBAudioPlayer/Classes/**/*",
"frameworks": "AVFoundation",
"pushed_with_swift_version": "3.0"
}