-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathstream_video_push_notification.podspec
More file actions
24 lines (23 loc) · 1.06 KB
/
stream_video_push_notification.podspec
File metadata and controls
24 lines (23 loc) · 1.06 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
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint stream_video_push_notification.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'stream_video_push_notification'
s.version = '1.3.1'
s.summary = 'Official Push Notification Plugin for Stream Video.'
s.description = <<-DESC
Official Push Notification 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_push_notification/Sources/stream_video_push_notification/**/*.swift'
s.dependency 'Flutter'
s.dependency 'CryptoSwift', '~> 1.8'
s.platform = :ios, '14'
# 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