File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BlueSocket"
3- s . version = "1.0.52 "
3+ s . version = "1.0.200 "
44 s . summary = "Socket framework for Swift using the Swift Package Manager"
5- s . homepage = "https://github.com/IBM-Swift /BlueSocket"
5+ s . homepage = "https://github.com/Kitura /BlueSocket"
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 = 'Socket'
9-
9+ s . swift_version = '5.1'
1010 s . requires_arc = true
1111 s . osx . deployment_target = "10.11"
1212 s . ios . deployment_target = "10.0"
1313 s . tvos . deployment_target = "10.0"
14- s . source = { :git => "https://github.com/IBM-Swift /BlueSocket.git" , :tag => s . version }
14+ s . source = { :git => "https://github.com/Kitura /BlueSocket.git" , :tag => s . version }
1515 s . source_files = "Sources/Socket/*.swift"
1616 s . pod_target_xcconfig = {
17- 'SWIFT_VERSION' => '5.0 ' ,
17+ 'SWIFT_VERSION' => '5.1 ' ,
1818 }
1919end
You can’t perform that action at this time.
0 commit comments