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