File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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 }
2020end
You can’t perform that action at this time.
0 commit comments