Skip to content

Commit 0cace84

Browse files
committed
Specify swift version in podspec
1 parent 5ce0ddd commit 0cace84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BitByteData.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Pod::Spec.new do |s|
2020
s.tvos.deployment_target = "9.0"
2121
s.watchos.deployment_target = "2.0"
2222

23+
s.swift_version = '4.0'
24+
2325
s.source_files = "Sources/*.swift"
2426

2527
s.test_spec 'Tests' do |test_spec|

0 commit comments

Comments
 (0)