Skip to content

Commit

Permalink
update git url
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyam committed Sep 23, 2022
1 parent d68c2d5 commit 925e0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions razerms_applepay_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Pod::Spec.new do |s|
s.description = <<-DESC
Hello world cocoapods
DESC
s.homepage = 'https://github.com/hisyamadzha/hello_world_cocoapods'
s.homepage = 'https://github.com/RazerMS/RazerMSApplePayPlugin'
s.license = { :type => 'Copyright', :text => <<-LICENSE
Copy Right 2022
Permission is granted to whole world.
LICENSE
}
s.author = { 'RMS Mobile Division' => '[email protected]' }
s.source = { :git => "https://github.com/hisyamadzha/hello_world_cocoapods.git", :tag => "#{s.version}" }
s.source = { :git => "https://https://github.com/RazerMS/RazerMSApplePayPlugin.git", :tag => "#{s.version}" }
s.framework = "Foundation"
s.framework = "PassKit"
s.framework = "WebKit"
Expand Down

0 comments on commit 925e0d5

Please sign in to comment.