Update podspec to soon to be next version.

This commit is contained in:
Bill Abt
2018-10-02 08:19:01 -04:00
parent 7cf66650ac
commit fb4e74cd8e
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueSocket"
s.version = "1.0.21"
s.version = "1.0.22"
s.summary = "Socket framework for Swift using the Swift Package Manager"
s.homepage = "https://github.com/IBM-Swift/BlueSocket"
s.license = { :type => "Apache License, Version 2.0" }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/IBM-Swift/BlueSocket.git", :tag => s.version }
s.source_files = "Sources/Socket/*.swift"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0.3',
'SWIFT_VERSION' => '4.2',
}
end