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

2.3 branch #50

Closed
navisingh opened this issue Sep 15, 2016 · 4 comments
Closed

2.3 branch #50

navisingh opened this issue Sep 15, 2016 · 4 comments

Comments

@navisingh
Copy link

The only change required to support swift 2.3 is
let alpha = CGImageGetAlphaInfo(CGImage!)
instead of
let alpha = CGImageGetAlphaInfo(CGImage)
in the file UIImage+Cache.swift

@zenangst
Copy link
Contributor

Hey @navisingh, I've created a branch and asked the author of #52 to point it to that branch instead.
This is the PR in question - #52

@zenangst
Copy link
Contributor

zenangst commented Sep 18, 2016

@navisingh #52 was just merged so if you point it to use swift-2.3 you should be fine 😎

@ikovalisko
Copy link

@zenangst would you mind releasing swift-2.3 branch? I want to use Cache in my private pod, but it's not possible to specify a branch in podspec's dependency.

@ikovalisko
Copy link

@zenangst I've noticed a 2.0 release with Swift 3.0 support. Is it possible to make a maintenance release of 1.x for Swift 2.3?

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

3 participants