Skip to content

Commit bff838b

Browse files
committed
Fix podspec
1 parent 5e688bd commit bff838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cache.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.requires_arc = true
1515
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
16-
s.source_files = 'Source/{Mac,Shared}/**/*'
16+
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
1717

1818
s.frameworks = 'Foundation'
1919
end

0 commit comments

Comments
 (0)