Skip to content

Commit 8aaabe9

Browse files
committed
Support SPM
1 parent 8cb92f3 commit 8aaabe9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Package.swift

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
//
2-
// Package.swift
3-
// SwiftState
4-
//
5-
// Created by Yasuhiro Inami on 2015-12-05.
6-
// Copyright © 2015 Yasuhiro Inami. All rights reserved.
7-
//
8-
1+
// swift-tools-version:5.1
92
import PackageDescription
103

114
let package = Package(
12-
name: "SwiftState"
5+
name: "SwiftState",
6+
platforms: [.iOS(.v11)],
7+
products: [
8+
.library(name: "SwiftState", targets: ["SwiftState"])
9+
],
10+
targets: [
11+
.target(name: "SwiftState", path: "Sources")
12+
]
1313
)

0 commit comments

Comments
 (0)