add basic package.swift file

This commit is contained in:
Erik 2015-12-22 13:43:07 -05:00
parent 7b1f72852f
commit 8e0d03b28c
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.AppleDouble
.LSOverride
*.xcodeproj
.build/*
# Icon must end with two \r
Icon

5
Package.swift Normal file
View File

@ -0,0 +1,5 @@
import PackageDescription
let package = Package(
name: "SocketIOClientSwift"
)