utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
697 stars 62 forks source link

Moved files to the expected location for the Swift Package Manager. #43

Closed brianmullen closed 8 years ago

brianmullen commented 8 years ago

This adds support for the Swift Package Manager. Issue #9

brianmullen commented 8 years ago

It looks like this pull request is triggering an automated build but it fails because no travis.yml file is found. We will need to run the tests again once the pull request #41 has been merged.

brianmullen commented 8 years ago

After this gets merged, people should be able to add this as a dependency to their Packages.swift:

let package = Package(
    name: "USER_PACKAGE_NAME",
    dependencies: [
        .Package(url: "https://github.com/utahiosmac/Marshal.git", majorVersion: 0)
    ]
)