Skip to content

Commit cf5dc0c

Browse files
Tyler Millsslycoder
Tyler Mills
andauthored
Adds iOS9 & 10 build support via Twilio Video 4.6 (#549)
Note, this enables builds for iOS 9 & 10 but Twilio Video 4.6 does not support iOS 9 & 10 Co-authored-by: Jonathan Chang <[email protected]>
1 parent 9f41911 commit cf5dc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-twilio-video-webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Pod::Spec.new do |s|
1313
s.source = { git: 'https://github.com/blackuy/react-native-twilio-video-web-rtc', tag: s.version }
1414

1515
s.requires_arc = true
16-
s.platform = :ios, '11.0'
16+
s.platform = :ios, '10.0'
1717

1818
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
1919
s.source_files = 'ios/*.{h,m}'
2020

2121
s.dependency 'React'
22-
s.dependency 'TwilioVideo', '~> 4.1'
22+
s.dependency 'TwilioVideo', '~> 4.6'
2323
end

0 commit comments

Comments
 (0)