[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / b / c / SinchRTC / 4.2.10 / SinchRTC.podspec.json
blob1368aaa10b5457016fbeb35a1440f60bc1aaf7bc
2   "name": "SinchRTC",
3   "version": "4.2.10",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "summary": "Sinch provides voice and video calling.",
8   "description": "The Sinch iOS SDK provides real-time communication features and makes\nit easy to add high-definition voice and video calling to iOS applications.\n\n* High-Definition Voice Calling\n* High-Definition Video Calling\n* Sinch's cloud service as backend",
9   "homepage": "https://developers.sinch.com",
10   "authors": {
11     "Sinch": "dev@sinch.com"
12   },
13   "license": {
14     "type": "Commercial",
15     "file": "LICENSE.txt"
16   },
17   "source": {
18     "http": "https://download.sinch.com/ios/Sinch-iOS-4.2.10-4d366929.tar.bz2"
19   },
20   "ios": {
21     "vendored_frameworks": "Sinch.framework"
22   },
23   "preserve_paths": [
24     "Sinch.framework",
25     "LICENSE.txt"
26   ],
27   "frameworks": [
28     "Security",
29     "AVFoundation",
30     "AudioToolbox",
31     "VideoToolbox",
32     "CoreMedia",
33     "CoreVideo",
34     "OpenGLES",
35     "GLKit",
36     "QuartzCore",
37     "CoreImage",
38     "Metal"
39   ],
40   "libraries": [
41     "c++",
42     "z"
43   ],
44   "xcconfig": {
45     "ARCHS": "armv7 x86_64 arm64",
46     "VALID_ARCHS": "armv7 x86_64 arm64",
47     "CLANG_CXX_LIBRARY": "libc++"
48   }