bump tools versions
This commit is contained in:
parent
04ba1aa1c5
commit
ad2fb175b3
@ -1 +1 @@
|
|||||||
3.1
|
4.0
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// swift-tools-version:4.0
|
||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
|
|||||||
@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
|||||||
:submodules => true
|
:submodules => true
|
||||||
}
|
}
|
||||||
s.pod_target_xcconfig = {
|
s.pod_target_xcconfig = {
|
||||||
'SWIFT_VERSION' => '3.1'
|
'SWIFT_VERSION' => '4.0'
|
||||||
}
|
}
|
||||||
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
|
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
|
||||||
s.dependency "StarscreamSocketIO", "~> 8.0.5"
|
s.dependency "StarscreamSocketIO", "~> 8.0.5"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user