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 a04028e commit 204e6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Segment-Adjust.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Adjust"
s.version = "2.1.1-beta"
s.version = "2.1.1"
s.summary = "Adjust 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 'Adjust', '~> 4.18'
end

0 comments on commit 204e6d2

Please sign in to comment.