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 7f277c3 commit 21f24cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Segment-Localytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Localytics"
s.version = "1.5.0"
s.version = "1.5.1"
s.summary = "Localytics Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.source_files = 'Pod/Classes/**/*'

s.dependency 'Analytics', '~> 3.0'
s.dependency 'Analytics'
s.dependency 'Localytics', '~> 5.0'
end

0 comments on commit 21f24cf

Please sign in to comment.