This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package deprecation messaging (#99)
* 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
1 parent
3f17aad
commit 2a15062
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters