Skip to content

Commit bbf349c

Browse files
bsneedBrandon Sneed
andauthored
Move iOS support to 10 from 11. (#281)
Co-authored-by: Brandon Sneed <[email protected]>
1 parent 255e45a commit bbf349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/template/Pod.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.source = { :git => "https://github.com/segmentio/analytics-react-native.git", :tag => s.version.to_s }
1919
s.social_media_url = 'https://twitter.com/segment'
2020

21-
s.platform = :ios, "11.0"
21+
s.platform = :ios, "10.0"
2222
s.source_files = 'ios/main.m'
2323
s.static_framework = true
2424

0 commit comments

Comments
 (0)