Skip to content

Commit c63f54f

Browse files
committed
Added spec.swift_version to Podspec
1 parent a647a86 commit c63f54f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HydraAsync.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ Pod::Spec.new do |spec|
1515
spec.requires_arc = true
1616
spec.module_name = 'Hydra'
1717
spec.frameworks = "Foundation"
18+
spec.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1']
1819
end

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:4.0
22
import PackageDescription
33

44
let package = Package(

0 commit comments

Comments
 (0)