mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
15 lines
539 B
Swift
15 lines
539 B
Swift
//===----------------------------------------------------------------------===//
|
|
//
|
|
// This source file is part of the DeviceKit open source project
|
|
//
|
|
// Copyright © 2014 - 2017 Dennis Weissmann and the DeviceKit project authors
|
|
//
|
|
// License: https://github.com/dennisweissmann/DeviceKit/blob/master/LICENSE
|
|
// Contributors: https://github.com/dennisweissmann/DeviceKit#contributors
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(name: "DeviceKit")
|