[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / a / b / YstenEngineKit / 1.8.1 / YstenEngineKit.podspec.json
blob4730b594dbca5ecab15246ed1e92ba466afdeb3a
2   "name": "YstenEngineKit",
3   "version": "1.8.1",
4   "summary": "即时通讯.",
5   "description": "TODO: 基于WebRTC开发库,用于视频通讯.",
6   "homepage": "https://gitee.com/crassus/YstenEngineKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Crassus": "xushituan@ysten.com"
13   },
14   "source": {
15     "git": "https://gitee.com/crassus/YstenEngineKit.git",
16     "tag": "1.8.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "source_files": "YstenEngineKit/YstenEngineKit.framework/Headers/*.{h}",
25   "public_header_files": "YstenEngineKit/YstenEngineKit.framework/Headers/YSTRTCKit.h",
26   "vendored_frameworks": "YstenEngineKit/*.{framework}",
27   "xcconfig": {
28     "ENABLE_BITCODE": "NO"
29   },
30   "dependencies": {
31     "Socket.IO-Client-Swift": [
32       "<=13.3.1"
33     ]
34   }