-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathstream_video_flutter.podspec
More file actions
25 lines (24 loc) · 1.04 KB
/
stream_video_flutter.podspec
File metadata and controls
25 lines (24 loc) · 1.04 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
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint stream_video_flutter.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'stream_video_flutter'
s.version = '1.3.1'
s.summary = 'Official Flutter Plugin for Stream Video.'
s.description = <<-DESC
Official Flutter Plugin for Stream Video..
DESC
s.homepage = 'https://github.com/GetStream/stream-video-flutter'
s.license = { :file => '../LICENSE' }
s.author = { 'getstream.io' => 'support@getstream.io' }
s.source = { :path => '.' }
s.source_files = 'stream_video_flutter/Sources/stream_video_flutter/**/*.swift'
s.dependency 'Flutter'
s.dependency 'stream_webrtc_flutter'
s.static_framework = true
s.platform = :ios, '14.0'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
end