[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / b / VonageWebRTC / 84.0.0-alpha.72 / VonageWebRTC.podspec.json
blobccf4367fd7b476e8f34fe6a8ffb3362b0a8a6f4f
2   "name": "VonageWebRTC",
3   "version": "84.0.0-alpha.72",
4   "summary": "Vonages WebRTC native library in Vonage products.",
5   "description": "Vonages WebRTC native library in Vonage products. WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications capabilities via simple APIs.",
6   "homepage": "https://www.vonage.com",
7   "license": {
8     "type": "Commercial",
9     "text": "https://www.vonage.com/legal/communications-apis/terms-of-use"
10   },
11   "authors": {
12     "Vonage": "vcp_webrtc@vonage.com"
13   },
14   "platforms": {
15     "osx": "10.10",
16     "ios": "9.0"
17   },
18   "source": {
19     "http": "https://d3opqjmqzxf057.cloudfront.net/vonage-webrtc/pod/vonagewebrtc/release/84.0.0-alpha.72/VonageWebRTC-84.0.0-alpha.72.zip"
20   },
21   "osx": {
22     "preserve_paths": "macos/VonageWebRTC.framework*",
23     "vendored_frameworks": "macos/VonageWebRTC.framework",
24     "pod_target_xcconfig": {
25       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
26     },
27     "user_target_xcconfig": {
28       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
29     }
30   },
31   "ios": {
32     "preserve_paths": "iphoneos/VonageWebRTC.framework*",
33     "vendored_frameworks": "iphoneos/VonageWebRTC.framework",
34     "pod_target_xcconfig": {
35       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36     },
37     "user_target_xcconfig": {
38       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39     }
40   },
41   "frameworks": [
42     "AVFoundation",
43     "AudioToolbox",
44     "CoreGraphics",
45     "CoreMedia",
46     "GLKit",
47     "VideoToolbox"
48   ],
49   "libraries": "c++",
50   "xcconfig": {
51     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/VonageWebRTC"
52   }