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

Fix for installing Swift4 branch from CocoaPods #2

Merged
merged 1 commit into from Sep 5, 2017
Merged

Fix for installing Swift4 branch from CocoaPods #2

merged 1 commit into from Sep 5, 2017

Conversation

amyleecodes
Copy link
Contributor

The current 'master' of SipHash uses a folder named 'sources' for the source code to SipHash. The swift4 branch now has that code in a folder named 'SipHash', but the podspec wasn't updated to reflect this. This caused 'pod install' of the swift4 branch to not download the Swift code for SipHash, making the pod not buildable.

This also prevented manual Podfile overrides of BigInt's SipHash dependency, as it would result in an invalid SipHash module.

Once this is merged, installing SipHash via Podfile will work on the Swift4 branch (allowing BigInt for swift4 to be compilable via a Podfile override).

Related BigInt issue: attaswift/BigInt#22

@lorentey
Copy link
Collaborator

lorentey commented Sep 5, 2017

Oops! Thank you for tracking down this issue!

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

Successfully merging this pull request may close these issues.

None yet

2 participants