[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / f / 1 / YMCallLib / 0.1.0 / YMCallLib.podspec.json
blob8f6e1185e13bbceed27f00f8cf08fd53d2a86753
2   "name": "YMCallLib",
3   "version": "0.1.0",
4   "summary": "译码小二郞音视频实时通讯能力库(YMCallLib)",
5   "description": "基于WebRTC实现的单人音视频,多人音视频的即时通讯场景。译码小二郞在原有的基础上进行了优化。",
6   "homepage": "https://gitee.com/yimaxiaoerlang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yimaxiaoerlang": "yingxinjituan0532@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yimaxiaoerlang/ymcalllib-ios",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "static_framework": true,
25   "requires_arc": true,
26   "frameworks": [
27     "UIKit",
28     "AudioToolbox"
29   ],
30   "user_target_xcconfig": {
31     "ENABLE_BITCODE": "NO"
32   },
33   "vendored_frameworks": "YMCallLib.framework",
34   "dependencies": {
35     "YMRTMLib": [
36       "~> 0.1.0"
37     ],
38     "GoogleWebRTC": [
40     ]
41   }