blob: 0d1e3f76b145270e39a49f4d7b79c4ef52f63111 [file] [log] [blame]
{
"name": "StreamingKit",
"version": "0.0.14",
"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.14"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "StreamingKit/StreamingKit/*.{h,m}",
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"CFNetwork",
"CoreFoundation",
"AudioToolbox"
]
}