We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce0ddd commit 0cace84Copy full SHA for 0cace84
1 file changed
BitByteData.podspec
@@ -20,6 +20,8 @@ Pod::Spec.new do |s|
20
s.tvos.deployment_target = "9.0"
21
s.watchos.deployment_target = "2.0"
22
23
+ s.swift_version = '4.0'
24
+
25
s.source_files = "Sources/*.swift"
26
27
s.test_spec 'Tests' do |test_spec|
0 commit comments