blob: 7ae2281c8e18721568a052afc0a68a1eb8092e7f [file] [log] [blame]
{
"name": "PersistentStreamPlayer",
"version": "1.0.0",
"summary": "Stream audio over http while persisting the streamed data to a local file",
"description": "Stream audio over http while persisting the streamed data to a local file",
"homepage": "https://github.com/calmcom/PersistentStreamPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"calmcom": "support@calm.com"
},
"source": {
"git": "https://github.com/calmcom/PersistentStreamPlayer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"AVFoundation",
"MobileCoreServices"
]
}