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