[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / a / Stringee / 1.8.8 / Stringee.podspec.json
blob46c303f9646381fad2c71bc063aeac0821b88784
2   "name": "Stringee",
3   "version": "1.8.8",
4   "summary": "Developed by Stringee",
5   "description": "The Stringee platform, developed by Stringee, makes it easy to embed high-quality interactive video, voice, messaging, and screen sharing into web and mobile apps.",
6   "homepage": "https://github.com/stringeecom/Stringee-iOS-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HoangDuoc": "duochv@stringee.com"
13   },
14   "source": {
15     "git": "https://github.com/stringeecom/Stringee-iOS-SDK.git",
16     "tag": "1.8.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "source_files": "Stringee/Classes/**/Stringee.framework/Headers/*.h",
25   "public_header_files": "Stringee/Classes/**/Stringee.framework/Headers/*.h",
26   "frameworks": [
27     "CoreFoundation",
28     "VideoToolbox",
29     "AudioToolbox",
30     "AVFoundation",
31     "GLKit"
32   ],
33   "libraries": [
34     "icucore",
35     "stdc++"
36   ],
37   "vendored_frameworks": "Stringee/Classes/**/Stringee.framework",
38   "dependencies": {
39     "GoogleWebRTC": [
40       "1.1.31999"
41     ]
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   }