Skip to content

Commit 0dc24b1

Browse files
authored
Merge pull request #80 from christianYoopies/crusin/fix-dependencies
Specify the version Amplitude to depend on
2 parents 5ffed9b + 85958e9 commit 0dc24b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "amplitude/Amplitude-iOS"
1+
github "amplitude/Amplitude-iOS" ~> 5.2.1
22
github "segmentio/analytics-ios"

Segment-Amplitude.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.source_files = 'Pod/Classes/**/*'
2323

2424
s.dependency 'Analytics'
25-
s.dependency 'Amplitude'
25+
s.dependency 'Amplitude', '~> 5.2.1'
2626
end

0 commit comments

Comments
 (0)