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

Add support for SPM #25

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Add support for SPM #25

merged 1 commit into from
Jun 5, 2019

Conversation

frederoni
Copy link
Contributor

@frederoni frederoni commented Jun 5, 2019

Fixes #24

SPM 5 marks a milestone where it will potentially remove the need for CocoaPods and Carthage in the future with its support for iOS, cross-platform frameworks, and project-less structure.
I don't see any reason to backport SPM compat to before 5 by adding a [email protected], but from now on, let's treat SPM as a first-class citizen.

I also added a CLI swift run MapboxSpeechCLI "Say something" (Xcode 11 is required on macOS 10.15)

cc @1ec5

Copy link
Contributor

@1ec5 1ec5 left a comment

Choose a reason for hiding this comment

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

Looks good. Remember to update the CocoaPods podspec to reflect the Swift version change:

s.swift_version = '4.0'

Hopefully for the last time. 🤞

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.

Support Swift Package Manager
2 participants