Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jacao committed Jan 18, 2024
1 parent 7e37ecd commit 72d12de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Segment-Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/segment'

s.swift_version = '4.0'
s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.requires_arc = true

s.source_files = 'Segment-Firebase/Classes/**/*'
s.default_subspec = 'Core'
s.static_framework = true

s.dependency 'Analytics'
s.dependency 'Firebase', '~> 10.6.0'
s.dependency 'Firebase/Core', '~> 10.6.0'
s.dependency 'FirebaseAnalytics','~> 10.6.0'
s.dependency 'Firebase', '~> 10.19.0'
s.dependency 'Firebase/Core', '~> 10.19.0'
s.dependency 'FirebaseAnalytics','~> 10.19.0'

s.subspec 'Core' do |core|
#For users who only want the core Firebase package
Expand Down

0 comments on commit 72d12de

Please sign in to comment.