-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathStringee.podspec
More file actions
31 lines (22 loc) · 1.33 KB
/
Stringee.podspec
File metadata and controls
31 lines (22 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Pod::Spec.new do |s|
s.name = 'Stringee'
s.version = '2.0.2'
s.summary = 'Developed by Stringee'
s.description = <<-DESC
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.
DESC
s.homepage = 'https://github.com/stringeecom/Stringee-iOS-SDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/stringeecom/Stringee-iOS-SDK.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '13.0'
s.pod_target_xcconfig = {'OTHER_LDFLAGS' => '-ObjC'}
s.source_files = 'Stringee/Classes/**/Stringee.xcframework/**/Stringee.framework/Headers/*.h'
s.public_header_files = 'Stringee/Classes/**/Stringee.xcframework/**/Stringee.framework/Headers/*.h'
s.frameworks = 'CoreFoundation', 'VideoToolbox', 'AudioToolbox', 'AVFoundation', 'GLKit'
s.libraries = 'icucore', 'stdc++'
s.vendored_frameworks = 'Stringee/Classes/**/Stringee.xcframework'
s.dependency "WebRTC-SDK", '137.7151.09'
end