add basic package.swift file
This commit is contained in:
parent
7b1f72852f
commit
8e0d03b28c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
*.xcodeproj
|
||||
.build/*
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
5
Package.swift
Normal file
5
Package.swift
Normal file
@ -0,0 +1,5 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "SocketIOClientSwift"
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user