Skip to content

Commit

Permalink
Fix v3.0.0 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Econa77 committed Apr 30, 2020
1 parent eeb4f5c commit f7b91de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magnet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Econa77" => "f.s.1992.ip@gmail.com" }
s.source = { :git => "https://github.com/Clipy/Magnet.git", :tag => "v#{s.version}" }
s.platform = :osx, '10.10'
s.source_files = 'Lib/Magnet/*.swift'
s.source_files = 'Lib/Magnet/**/*.swift'
s.swift_version = '5.0'
s.frameworks = 'Carbon', 'Cocoa'
s.dependency 'Sauce', '~> 2.0.1'
Expand Down

0 comments on commit f7b91de

Please sign in to comment.