Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ Pod::Spec.new do |s| | @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | ||
13 | s.platform = :ios, '6.0' | 13 | s.platform = :ios, '6.0' |
14 | s.requires_arc = true | 14 | s.requires_arc = true |
15 | 15 | ||
16 | - s.source_files = 'YHExplorer' | 16 | + s.source_files = 'YHExplorer/**' |
17 | 17 | ||
18 | # s.ios.exclude_files = 'Classes/osx' | 18 | # s.ios.exclude_files = 'Classes/osx' |
19 | # s.osx.exclude_files = 'Classes/ios' | 19 | # s.osx.exclude_files = 'Classes/ios' |
-
Please register or login to post a comment