Skip to content

Commit f399fc4

Browse files
bsneedBrandon Sneed
andauthored
chore(dep): fix version requirement problems (#265)
Co-authored-by: Brandon Sneed <[email protected]>
1 parent 40683c7 commit f399fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/RNAnalytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Pod::Spec.new do |s|
1616
s.author = { 'Segment' => '[email protected]' }
1717
s.source = { :git => 'https://github.com/segmentio/analytics-react-native.git', :tag => s.version.to_s }
1818

19-
s.platform = :ios, '11.0'
19+
s.platform = :ios, '10.0'
2020
s.source_files = 'ios/**/*.{m,h}'
2121
s.static_framework = true
2222

23-
s.dependency 'Analytics', '~> 4.1'
23+
s.dependency 'Analytics'
2424
s.dependency 'React-Core'
2525
end
2626

0 commit comments

Comments
 (0)