-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 the Swift Package Manager #149
Comments
The Package.swift might look like import PackageDescription
let package = Package(
name: "Starscream"
) |
Sweet. I will do that. Thanks for the info. |
I'm not sure it will work with See here http://blog.krzyzanowskim.com/2015/12/04/swift-package-manager-and-linux-compatible/ On 23 Dec 2015, 19:01 +0000, Daltonnotifications@github.com, wrote:
|
I think it can be either. It works with Source for me. |
Now you guys are going to make me have to decide 😄. I think normally |
For reference (at least I think it is): |
Although the manager is in infancy, I find it much easier to use than CocoaPods or Carthage.
To add support simply create a directory named
Source
and move all needed swift files to it. Then create a Package.swift at the top level.The text was updated successfully, but these errors were encountered: