From 2b1d470a52abd5a29e0d01702175e0409cac030a Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Thu, 4 Jun 2020 11:32:14 -0700 Subject: [PATCH 1/3] Remove analytics version pinning. --- Tapstream-Segment.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tapstream-Segment.podspec b/Tapstream-Segment.podspec index 01b9e82..2539a41 100644 --- a/Tapstream-Segment.podspec +++ b/Tapstream-Segment.podspec @@ -20,6 +20,6 @@ Pod::Spec.new do |s| 'Tapstream-Segment' => ['Tapstream-Segment/Assets/*.png'] } - s.dependency 'Analytics', '~> 3.0.0' + s.dependency 'Analytics' s.dependency 'Tapstream', '~> 2.11.0' end From b632b4a7836ebccb3bf3941c84fc8660d41e69c9 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Thu, 4 Jun 2020 11:32:39 -0700 Subject: [PATCH 2/3] Bumped version. --- Tapstream-Segment.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tapstream-Segment.podspec b/Tapstream-Segment.podspec index 2539a41..12066f6 100644 --- a/Tapstream-Segment.podspec +++ b/Tapstream-Segment.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Tapstream-Segment" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Tapstream Integration for Segment's analytics-ios library." s.description = <<-DESC From 0be98c48c071e8caadfa5139b6cfebbc05be1961 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 20 May 2026 13:21:44 -0400 Subject: [PATCH 3/3] Add end-of-support announcement for Analytics-iOS SDK Announce the end-of-support for Analytics-iOS SDK and provide migration resources. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e573ad0..3f46942 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# ⚠️ End-of-Support Announcement for Analytics-iOS Integrations ⚠️ + +Following the End-of-Support (EoS) for the core **Analytics-iOS SDK** in **March 2026**, this legacy integration repository is also deprecated and will no longer receive updates. + +Segment's future development efforts are concentrated on the new **Analytics-Swift** ecosystem. + +* To migrate your core SDK, please see the [Analytics-iOS to Analytics-Swift migration guide](https://segment.com/docs/connections/sources/catalog/libraries/mobile/swift/migration/). +* To find the modern Swift equivalent for this specific integration, check the [Analytics-Swift Destination Plugins list](https://github.com/segment-integrations?q=analytics-swift). + # Tapstream-Segment [![CI Status](http://img.shields.io/travis/tapstream/analytics-ios-integration-tapstream.svg?style=flat)](https://travis-ci.org/tapstream/analytics-ios-integration-tapstream)