blob: aa3c30862b586d39c20571ccd85d02888524757f [file] [log] [blame]
{
"name": "YstenEngineKit",
"version": "1.8.2",
"summary": "即时通讯.",
"description": "TODO: 基于WebRTC开发库,用于视频通讯.",
"homepage": "https://github.com/CrassusX/YstenEngineKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crassus": "xushituan@ysten.com"
},
"source": {
"git": "https://github.com/CrassusX/YstenEngineKit.git",
"tag": "1.8.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.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}",
"dependencies": {
"Socket.IO-Client-Swift": [
"<=13.3.1"
]
}
}