Skip to content

Commit d628dbf

Browse files
committed
Bump version to 0.9.2
Bump target versions to fix `pod lint` warnings Disable watchos as it still doesn't as the fix has not been released
1 parent b14ee99 commit d628dbf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SwiftSignalRClient.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftSignalRClient"
3-
s.version = "0.9.1"
3+
s.version = "0.9.2"
44
s.summary = "Swift SignalR Client for the ASP.Net Core version of SignalR."
55
s.homepage = "https://github.com/moozzyk/SignalR-Client-Swift"
66
s.license = { :type => "Attribution License", :file => "LICENSE" }
77
s.source = { :git => "https://github.com/moozzyk/SignalR-Client-Swift.git", :tag => s.version.to_s }
88
s.authors = { "Pawel Kadluczka" => "[email protected]" }
99
s.social_media_url = "https://twitter.com/moozzyk"
1010
s.swift_version = "5.0"
11-
s.ios.deployment_target = "9.0"
11+
s.ios.deployment_target = "11.0"
1212
s.osx.deployment_target = "10.13"
13-
s.tvos.deployment_target = "9.0"
14-
s.watchos.deployment_target = "6.0"
13+
s.tvos.deployment_target = "11.0"
14+
# Issue once https://github.com/CocoaPods/CocoaPods/issues/11558 was fixed but not released
15+
# s.watchos.deployment_target = "6.0"
1516
s.source_files = "Sources/SignalRClient/*.swift"
1617
s.requires_arc = true
1718
end

0 commit comments

Comments
 (0)