File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+
4+ Version 3.1.0 * (14th July, 2020)*
5+ ---------------------------------
6+ * Removed version pinning for Amplitude.
7+ * Moved to Amplitude pod, away from Amplitude-iOS pod.
8+
39Version 3.0.1 * (21st February, 2020)*
410-----------------------------
511* Added Carthage support
Original file line number Diff line number Diff line change 1- github "amplitude/Amplitude-iOS" == 4.6.0
2- github "segmentio/analytics-ios" == 3.7.0
1+ github "amplitude/Amplitude-iOS"
2+ github "segmentio/analytics-ios"
Original file line number Diff line number Diff line change 1- github "amplitude/Amplitude-iOS" "v4.6.0 "
2- github "segmentio/analytics-ios" "3.7.0 "
1+ github "amplitude/Amplitude-iOS" "v5.2.1 "
2+ github "segmentio/analytics-ios" "4.0.3 "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Segment-Amplitude"
3- s . version = "3.0.2 "
3+ s . version = "3.1.0 "
44 s . summary = "Amplitude Integration for Segment's analytics-ios library."
55
66 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments