Skip to content

Commit

Permalink
Set Cocoapod module name to Passage instead of PassageSwift (#20)
Browse files Browse the repository at this point in the history
* fix: set module name to Passage instead of PassageSwift

* chore: update readme with cocoapod installation
  • Loading branch information
rickycpadilla authored Sep 20, 2024
1 parent 21393c5 commit 49fdbc7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 10 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "7e98e0c0713867f950e25ec1449eb07b639fe756ca08d6d5f949fda33c8fa967",
"originHash" : "fd6f2919a6beae8573b7edd484b251a4d01d37ca02c6a7f36527f0f3c797a195",
"pins" : [
{
"identity" : "anycodable",
Expand All @@ -9,6 +9,15 @@
"revision" : "69261f239f0fffaf51495dadc4f8483fbfe97025",
"version" : "0.6.1"
}
},
{
"identity" : "passage-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/passageidentity/passage-swift",
"state" : {
"revision" : "4b9b700f731a6cabb91524da91fa775636adf491",
"version" : "1.0.0"
}
}
],
"version" : 3
Expand Down
5 changes: 3 additions & 2 deletions PassageSwift.podspec
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'
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# Passage Swift

![SPM Version](https://img.shields.io/github/v/release/passageidentity/passage-swift?style=flat&label=Swift%20Package)
<!---
![Cocoapods Version](https://img.shields.io/github/v/release/passageidentity/passage-swift?style=flat&label=CocoaPods)
-->

![Language](https://img.shields.io/badge/Swift-informational?style=flat&logo=swift&logoColor=white&color=FA7343)
![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpassage-swift%2Fpassage-swift%2Fbadge%3Ftype%3Dplatforms)
Expand All @@ -20,13 +18,12 @@ To install via Swift Package Manager, enter this url Xcode's Swift Package Manag
```
https://github.com/passageidentity/passage-swift
```
<!---

### CocoaPods
To install via Cocoapods, add this dependency to your Podfile:
``` ruby
pod 'PassageSwift'
```
-->

<br />

Expand Down

0 comments on commit 49fdbc7

Please sign in to comment.