blob: 7f9eff2495c10a4b127ee762ea925feed2a1fe29 [file] [log] [blame]
{
"name": "YstenEngineKit",
"version": "1.7.30",
"summary": "A short description of YstenEngineKit.",
"description": "TODO: 基于WebRTC开发库,用于视频通讯.",
"homepage": "https://github.com/crassusxst",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crassus": "xushituan@ysten.com"
},
"source": {
"git": "https://github.com/crassusxst/YstenEngineKit.git",
"tag": "1.7.30"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "YstenEngineKit/YstenEngineKit.framework/Headers/*.{h}",
"public_header_files": "YstenEngineKit/YstenEngineKit.framework/Headers/YSTRTCKit.h",
"vendored_frameworks": "YstenEngineKit/*.{framework}",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"Socket.IO-Client-Swift": [
"<=13.3.1"
]
}
}