blob: 34dbe7540e056203a5da5e2f28081467f9ae298c [file] [log] [blame]
{
"name": "DMCStreamer",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Lightweight iOS stream player based on Core Audio.",
"homepage": "https://github.com/yeahkyo/DMCStreamer",
"authors": {
"Yeah": "zyeah61@gmail.com"
},
"source": {
"git": "https://github.com/yeahkyo/DMCStreamer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "DMCStreamer/Classes/**/*.{h,m}",
"frameworks": [
"Foundation",
"AudioToolbox",
"AVFoundation"
]
}