mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-03 19:43:10 +08:00
10 lines
167 B
Swift
Executable File
10 lines
167 B
Swift
Executable File
//
|
|
// Created by Jeremy Koch.
|
|
// Copyright © 2017 Jeremy Koch. All rights reserved.
|
|
//
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "SwipeCellKit"
|
|
) |