-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Cocoapod module name to Passage instead of PassageSwift (#20)
* fix: set module name to Passage instead of PassageSwift * chore: update readme with cocoapod installation
- Loading branch information
1 parent
21393c5
commit 49fdbc7
Showing
3 changed files
with
14 additions
and
7 deletions.
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
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,14 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'PassageSwift' | ||
s.version = ENV['LIB_VERSION'] || '1.0.0' | ||
s.module_name = 'Passage' | ||
s.version = ENV['LIB_VERSION'] || '1.0.1' | ||
s.summary = 'Use Passage Authentication in your iOS application' | ||
s.homepage = 'https://github.com/passageidentity/passage-swift' | ||
s.license = { :type => 'MIT', :file => 'LICENSE.md' } | ||
s.author = { 'Passage Identity, Inc' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/passageidentity/passage-swift.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = "14.0" | ||
s.osx.deployment_target = "12.0" | ||
s.tvos.deployment_target = "14.0" | ||
# s.tvos.deployment_target = "14.0" | ||
# s.watchos.deployment_target = "7.0" | ||
# s.visionos.deployment_target = "1.0" | ||
s.swift_version = '5.0' | ||
|
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