Skip to content

Commit

Permalink
version parity
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Apr 24, 2024
1 parent 228a3c3 commit 6c2afda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomerIODataPipelines.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |spec|
spec.dependency "CustomerIOTrackingMigration", "= #{spec.version.to_s}"

# Add Segment SDK as a dependency, as this module is designed to be compatible with it.
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.9+cio.2'
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.11+cio.1'
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"11.0.0"),

// The version is a git commit hash. Make sure the commit is the same as what the DataPipelines CocoaPods is using.
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.9+cio.2"))
.package(name: "Segment", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.11+cio.1"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit 6c2afda

Please sign in to comment.