blob: 62c6b165414b3f41ef339ae6206eb57222377dfa [file] [log] [blame]
{
"name": "PersistentStreamPlayer",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"AVFoundation",
"MobileCoreServices"
]
}