Skip to content

Commit f1204be

Browse files
authored
Update cocoapods (#195)
* Update cocoapods * Update the version
1 parent c9894fd commit f1204be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

BlueSocket.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::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
}
1919
end

0 commit comments

Comments
 (0)