blob: f11ce8a195742f9b10cb49a3861b83a54883b437 [file] [log] [blame]
{
"name": "AdvancedStreamingKit",
"version": "1.0.0",
"summary": "在StreamingKit基础上添加了缓存在线音频接口",
"homepage": "https://github.com/liyaozhong/StreamingKit/",
"license": "MIT",
"authors": {
"liyaozhong": "yun.zhongyue@163.com"
},
"source": {
"git": "https://github.com/liyaozhong/StreamingKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "StreamingKit/StreamingKit/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CFNetwork",
"CoreFoundation",
"AudioToolbox"
]
}