Skip to content

Commit

Permalink
Removed analytics version pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed authored Jun 4, 2020
1 parent edc476a commit 9be7abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Segment-Firebase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Firebase"
s.version = "2.6.1"
s.version = "2.6.2"
s.summary = "Firebase Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.default_subspec = 'Core'
s.static_framework = true

s.dependency 'Analytics', '~> 3.2'
s.dependency 'Analytics'
s.dependency 'Firebase/Core', '~> 6.2'
s.dependency 'FirebaseAnalytics','~> 6.1'

Expand Down

0 comments on commit 9be7abf

Please sign in to comment.