Skip to content

Commit a89a3de

Browse files
authored
Update cocoapods (#93)
1 parent ae5889d commit a89a3de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BlueSSLService.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Pod::Spec.new do |s|
22
s.name = "BlueSSLService"
3-
s.version = "1.0.52"
3+
s.version = "1.0.200"
44
s.summary = "SSL/TLS Add-in framework for BlueSocket in Swift"
5-
s.homepage = "https://github.com/IBM-Swift/BlueSSLService"
5+
s.homepage = "https://github.com/Kitura/BlueSSLService"
66
s.license = { :type => "Apache License, Version 2.0" }
7-
s.author = "IBM"
7+
s.author = "IBM and the Kitura project authors"
88
s.module_name = 'SSLService'
9-
9+
s.swift_version = '5.1'
1010
s.requires_arc = true
1111
s.osx.deployment_target = "10.12"
1212
s.ios.deployment_target = "10.0"
1313
s.tvos.deployment_target = "10.0"
14-
s.source = { :git => "https://github.com/IBM-Swift/BlueSSLService.git", :tag => s.version }
14+
s.source = { :git => "https://github.com/Kitura/BlueSSLService.git", :tag => s.version }
1515
s.source_files = "Sources/SSLService/*.swift"
1616
s.dependency 'BlueSocket', '~> 1.0.52'
1717
s.pod_target_xcconfig = {
18-
'SWIFT_VERSION' => '5.0',
18+
'SWIFT_VERSION' => '5.1',
1919
}
2020
end

0 commit comments

Comments
 (0)