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

Swift Package Manager Support #12

Merged
merged 2 commits into from
Dec 14, 2019
Merged

Conversation

flobories
Copy link
Contributor

Adds a Package.swift to support SPM.
Bumps MacOS to 10.12 as the package would not compile on 10.11.
Tested by importing my forked branch in my Xcode project.

Test

swift run
swift test

Note

The README uses master for the package definition, as no tagged version supports SPM yet. This tag needs to be updated when 2.3.0 is released:
.package(url: "https://github.com/Weebly/AnchorKit.git", from: "2.3.0")

- Creates Package.swift
- Imports Foundation conditionnally in CGFloatRepresentable
Copy link
Collaborator

@eddiekaiger eddiekaiger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Flo! 💯

@eddiekaiger eddiekaiger merged commit ccfc66f into Weebly:master Dec 14, 2019
@eddiekaiger
Copy link
Collaborator

now available on 2.3.0

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.

2 participants