blob: e0c2741723d8177c4bee5ce41e5b910b4a0d1c18 [file] [log] [blame]
{
"name": "NDAudioSuite",
"version": "1.0",
"summary": "An audio library with audio streaming and downloading built in.",
"description": " NDAudioSuite was written so that you will no longer have to write audio\n players or audio downloaders for your app. It has a built in audio player\n that can stream audio from a URL. It also has a built in download manager \n for audio files. \n",
"homepage": "http://www.metova.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Drew Pitchford": "drew.pitchford@metova.com",
"Nick Sinas": "nick.sinas@metova.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/metova/NDAudioSuite.git",
"tag": "1.0"
},
"source_files": "NDAudioPlayer",
"exclude_files": "Classes/Exclude"
}