Fix swift argument parser (#215)

* Resolved dependency on SwiftArgumentParser

- Moved BlueSocketTestClient and BlueSocketTestServer to Examples folder
  with it's own Package.swift file

* Update minimum swift argument parser to 1.1.3

* Update podspec; Update travis build platforms.
This commit is contained in:
Danny Sung
2022-07-21 22:51:21 -07:00
committed by GitHub
parent 5af6ef001b
commit 8e7dc0469a
8 changed files with 54 additions and 86 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueSocket"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Socket framework for Swift using the Swift Package Manager"
s.homepage = "https://github.com/Kitura/BlueSocket"
s.license = { :type => "Apache License, Version 2.0" }