[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 2 / f / 6 / AliRTCSdk / 1.17.46 / AliRTCSdk.podspec.json
blob18b53516f9dfa86960d51ff5ea54ebce4b0e79d8
2   "name": "AliRTCSdk",
3   "version": "1.17.46",
4   "summary": "AliRTCSdk_iOS",
5   "description": "It's an SDK for aliyun video rtc, which implement by Objective-C.",
6   "homepage": "https://github.com/aliyunvideo/AliRtcSDK_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aliyunvideo": "videosdk@service.aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/aliyunvideo/AliRtcSDK_iOS.git",
16     "tag": "1.17.46"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO",
24     "OTHER_LDFLAGS": "lObjC"
25   },
26   "subspecs": [
27     {
28       "name": "AliRTCSdk",
29       "vendored_frameworks": "AliRTCSdk.framework",
30       "frameworks": [
31         "AudioToolbox",
32         "VideoToolbox",
33         "CoreVideo",
34         "CoreMedia",
35         "OpenGLES",
36         "AVFoundation",
37         "UIKit",
38         "CoreTelephony",
39         "SystemConfiguration"
40       ],
41       "libraries": [
42         "c++",
43         "resolv"
44       ]
45     }
46   ]