Skip to content

Commit f7b91de

Browse files
committed
Fix v3.0.0 podspec
1 parent eeb4f5c commit f7b91de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magnet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.author = { "Econa77" => "f.s.1992.ip@gmail.com" }
88
s.source = { :git => "https://github.com/Clipy/Magnet.git", :tag => "v#{s.version}" }
99
s.platform = :osx, '10.10'
10-
s.source_files = 'Lib/Magnet/*.swift'
10+
s.source_files = 'Lib/Magnet/**/*.swift'
1111
s.swift_version = '5.0'
1212
s.frameworks = 'Carbon', 'Cocoa'
1313
s.dependency 'Sauce', '~> 2.0.1'

0 commit comments

Comments
 (0)