Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Add package deprecation messaging (#99)
Browse files Browse the repository at this point in the history
* chore(PSG-4775) add deprecation message to podspec

Signed-off-by: Ricky Padilla <[email protected]>

* chore(PSG-4752): add deprecation message to readme

Signed-off-by: Ricky Padilla <[email protected]>

---------

Signed-off-by: Ricky Padilla <[email protected]>
  • Loading branch information
rickycpadilla authored Sep 24, 2024
1 parent 3f17aad commit 2a15062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Passage.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Passage'
s.version = ENV['LIB_VERSION'] || '1.1.1' #fallback to major version
s.summary = 'Use Passage Authentication in your iOS application'
s.summary = 'This pod is deprecated, please use PassageSwift instead.'
s.homepage = 'https://github.com/passageidentity/passage-ios'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Passage Identity, Inc' => '[email protected]' }
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## ⚠️ Deprecated – Use [Passage Swift](https://github.com/passageidentity/passage-swift) Instead

This repository is deprecated and will no longer receive updates or support.
We strongly recommend switching to [Passage Swift](https://github.com/passageidentity/passage-swift), which offers greater platform support, superior performance, better features, and active maintenance.

---

<img src="https://storage.googleapis.com/passage-docs/passage-logo-gradient.svg" alt="Passage logo" style="width:250px;"/>

- [Overview](#overview)
Expand Down

0 comments on commit 2a15062

Please sign in to comment.