File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ matrix:
2929 - os : osx
3030 osx_image : xcode11
3131 sudo : required
32- env : SWIFT_SNAPSHOT=5.1.5 JAZZY_ELIGIBLE=true
32+ env : JAZZY_ELIGIBLE=true
33+ # env: SWIFT_SNAPSHOT=5.1.5 JAZZY_ELIGIBLE=true
3334 - os : osx
3435 osx_image : xcode12.2
3536 sudo : required
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BlueSSLService"
3- s . version = "2.0.0 "
3+ s . version = "2.0.1 "
44 s . summary = "SSL/TLS Add-in framework for BlueSocket in Swift"
55 s . homepage = "https://github.com/Kitura/BlueSSLService"
66 s . license = { :type => "Apache License, Version 2.0" }
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313 s . tvos . deployment_target = "10.0"
1414 s . source = { :git => "https://github.com/Kitura/BlueSSLService.git" , :tag => s . version }
1515 s . source_files = "Sources/SSLService/*.swift"
16- s . dependency 'BlueSocket' , '~> 2.0.0 '
16+ s . dependency 'BlueSocket' , '~> 2.0.2 '
1717 s . pod_target_xcconfig = {
1818 'SWIFT_VERSION' => '5.1' ,
1919 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import PackageDescription
2424
2525#if os(Linux) || os(macOS) || os(iOS) || os(tvOS)
2626
27- var packageDependencies : [ Package . Dependency ] = [ . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 2.0.0 " ) ]
27+ var packageDependencies : [ Package . Dependency ] = [ . package ( url: " https://github.com/Kitura/BlueSocket.git " , from: " 2.0.2 " ) ]
2828var targetDependencies : [ Target . Dependency ] = [ . byName( name: " Socket " ) ]
2929
3030#if os(Linux)
@@ -55,8 +55,7 @@ let package = Package(
5555 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
5656 . target(
5757 name: " SSLService " ,
58- dependencies: targetDependencies,
59- exclude: [ " SSLService.xcodeproj " , " README.md " , " Sources/Info.plist " ]
58+ dependencies: targetDependencies
6059 ) ,
6160 . testTarget(
6261 name: " SSLServiceTests " ,
You can’t perform that action at this time.
0 commit comments