Update cocoapods (#195)

* Update cocoapods

* Update the version
This commit is contained in:
Mathieu Barnachon
2020-10-27 13:07:24 +01:00
committed by GitHub
parent c9894fd117
commit f1204be91c
+6 -6
View File
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = "BlueSocket"
s.version = "1.0.52"
s.version = "1.0.200"
s.summary = "Socket framework for Swift using the Swift Package Manager"
s.homepage = "https://github.com/IBM-Swift/BlueSocket"
s.homepage = "https://github.com/Kitura/BlueSocket"
s.license = { :type => "Apache License, Version 2.0" }
s.author = "IBM"
s.author = "IBM and the Kitura project authors"
s.module_name = 'Socket'
s.swift_version = '5.1'
s.requires_arc = true
s.osx.deployment_target = "10.11"
s.ios.deployment_target = "10.0"
s.tvos.deployment_target = "10.0"
s.source = { :git => "https://github.com/IBM-Swift/BlueSocket.git", :tag => s.version }
s.source = { :git => "https://github.com/Kitura/BlueSocket.git", :tag => s.version }
s.source_files = "Sources/Socket/*.swift"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.0',
'SWIFT_VERSION' => '5.1',
}
end