blob: e01b128e4922ab4be59ff25da630313f7078e592 [file] [log] [blame]
{
"name": "OSDAudioPlayer",
"version": "1.0.0",
"summary": "A streaming audio controller for iOS.",
"homepage": "https://github.com/OpenSkyDev/OSDAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Skylar Schipper": "ss@schipp.co"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/OpenSkyDev/OSDAudioPlayer.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}