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