Skip to content

Commit

Permalink
Update KeyHolder.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed May 30, 2020
1 parent d1f7966 commit cef9049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeyHolder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Clipy/KeyHolder.git", :tag => "v#{s.version}" }
s.platform = :osx, '10.10'
s.source_files = 'Lib/KeyHolder/**/*.swift'
s.swift_version = '5.0'
s.frameworks = 'Carbon', 'Cocoa'
s.dependency 'Magnet', '~> 3.2'
end

0 comments on commit cef9049

Please sign in to comment.