blob: b0ce6dff49ec1f32bbd7c8affe409c1f41b077d8 [file] [log] [blame]
{
"name": "StreamingKit",
"version": "0.0.17",
"summary": "A fast and extensible audio streamer for iOS and OSX with support for gapless playback and custom (non-HTTP) sources.",
"homepage": "https://github.com/tumtumtum/StreamingKit/",
"license": "MIT",
"authors": {
"Thong Nguyen": "tumtumtum@gmail.com"
},
"source": {
"git": "https://github.com/tumtumtum/StreamingKit.git",
"tag": "0.0.17"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "StreamingKit/StreamingKit/*.{h,m}",
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"CFNetwork",
"CoreFoundation",
"AudioToolbox"
]
}