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

Make updated release for Swift 4.2 update #44

Open
blackcodefr opened this issue Dec 3, 2018 · 5 comments
Open

Make updated release for Swift 4.2 update #44

blackcodefr opened this issue Dec 3, 2018 · 5 comments

Comments

@blackcodefr
Copy link

blackcodefr commented Dec 3, 2018

With the proper updated description for Cocoapod and others

@JohanDufau
Copy link

Hello @LcTwisk,

Indeed, we cannot fetch the last version of this lib from Cocoapods.
See https://cocoapods.org/pods/SimpleImageViewer, the last release is dated from Dec 2017.

Can you publish the update 1.1.1 on Cocoapods?

Thx a lot!

@kaygro
Copy link

kaygro commented Feb 6, 2019

There is a 1.1.1 version on cocoapods, but the files are from Dec 2017.
But yeah, new release would be appreciated.

@VFUC
Copy link

VFUC commented Feb 13, 2019

For anyone unaware, you can fetch the latest version of this pod by specifying the repo and a specific commit hash in your Podfile.

pod 'SimpleImageViewer', :git => '[email protected]:aFrogleap/SimpleImageViewer.git', :commit => '863f96ac070b05c374ee1e198524be3b039a89fd'

@KevinQuisquater
Copy link

Thanks @VFUC! For anyone getting a permission denied error, changing the URL fixes it:

pod 'SimpleImageViewer', :git => 'https://github.com/aFrogleap/SimpleImageViewer.git', :commit => '758a43a29e14252fafb40dd5ec464c86f48b0363'

(PS: am using 758a43a in the line above -that's the last verified commit)

@Krammig
Copy link

Krammig commented Apr 24, 2020

Unfortunately I am getting ;

Please make sure you have the correct access rights
and the repository exists.

pod 'SimpleImageViewer', :git => '[email protected]:aFrogleap/SimpleImageViewer.git', :commit => 'c270d31fefc76ef92f0a8595e3ec8da647e984b2'

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

6 participants