Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change url in Podspec to HTTPS one. #5

Closed
ypopovych opened this issue Jun 16, 2022 · 2 comments
Closed

Change url in Podspec to HTTPS one. #5

ypopovych opened this issue Jun 16, 2022 · 2 comments

Comments

@ypopovych
Copy link

ypopovych commented Jun 16, 2022

Hello.

Currently, in Podspec we have an SSH URL for sources. It breaks build on CI systems (sources can't be downloaded anonymously through SSH on GitHub).

Can you, please, change it to HTTPS one and upload the new version of the library?

I think s.source line in Podspec can be changed to:

s.source = { :git => 'https://github.com/blockfrost/blockfrost-swift.git', :tag => s.version.to_s }

Thanks.

@ph4r05
Copy link
Collaborator

ph4r05 commented Jun 16, 2022

Sure! Will release it today

@ph4r05
Copy link
Collaborator

ph4r05 commented Jun 16, 2022

@ypopovych it should be fixed already.

@ph4r05 ph4r05 closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants