We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f7966 commit cef9049Copy full SHA for cef9049
KeyHolder.podspec
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
8
s.source = { :git => "https://github.com/Clipy/KeyHolder.git", :tag => "v#{s.version}" }
9
s.platform = :osx, '10.10'
10
s.source_files = 'Lib/KeyHolder/**/*.swift'
11
+ s.swift_version = '5.0'
12
s.frameworks = 'Carbon', 'Cocoa'
13
s.dependency 'Magnet', '~> 3.2'
14
end
0 commit comments