Skip to content

Commit

Permalink
Merge pull request #80 from christianYoopies/crusin/fix-dependencies
Browse files Browse the repository at this point in the history
Specify the version Amplitude to depend on
  • Loading branch information
bsneed authored Aug 26, 2020
2 parents 5ffed9b + 85958e9 commit 0dc24b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "amplitude/Amplitude-iOS"
github "amplitude/Amplitude-iOS" ~> 5.2.1
github "segmentio/analytics-ios"
2 changes: 1 addition & 1 deletion Segment-Amplitude.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.source_files = 'Pod/Classes/**/*'

s.dependency 'Analytics'
s.dependency 'Amplitude'
s.dependency 'Amplitude', '~> 5.2.1'
end

0 comments on commit 0dc24b1

Please sign in to comment.