Skip to content

Commit

Permalink
Added spec.swift_version to Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jul 22, 2020
1 parent a647a86 commit c63f54f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HydraAsync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.module_name = 'Hydra'
spec.frameworks = "Foundation"
spec.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1']
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:4.0
import PackageDescription

let package = Package(
Expand Down

0 comments on commit c63f54f

Please sign in to comment.