Skip to content

Commit cd1346a

Browse files
authored
fix: tuist users not able to install CIO iOS SDK SPM manifest issue (#791)
1 parent 2f4e4e4 commit cd1346a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CustomerIODataPipelines.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Pod::Spec.new do |spec|
2828
spec.dependency "CustomerIOTrackingMigration", "= #{spec.version.to_s}"
2929

3030
# Add Segment SDK as a dependency, as this module is designed to be compatible with it.
31-
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.13+cio.1'
31+
spec.dependency 'AnalyticsSwiftCIO', '= 1.5.14+cio.1'
3232
end

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let package = Package(
4545
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"11.0.0"),
4646

4747
// Make sure the version number is same for DataPipelines cocoapods.
48-
.package(name: "CioAnalytics", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.13+cio.1"))
48+
.package(name: "CioAnalytics", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.14+cio.1"))
4949
],
5050
targets: [
5151
// Common - Code used by multiple modules in the SDK project.

0 commit comments

Comments
 (0)