Showing
1 changed file
with
3 additions
and
1 deletions
@@ -90,7 +90,9 @@ Pod::Spec.new do |s| | @@ -90,7 +90,9 @@ Pod::Spec.new do |s| | ||
90 | # Not including the public_header_files will make all headers public. | 90 | # Not including the public_header_files will make all headers public. |
91 | # | 91 | # |
92 | 92 | ||
93 | - s.source_files = "Classes", "Classes/**/*.{h,m}" | 93 | + s.source_files = "Classes", "Classes/**/*.{h,m}", |
94 | + "AVFoundationEx.FrameWork", "AVFoundationEx.FrameWork/AVFoundationEx", | ||
95 | + "AVFoundationEx.FrameWork/Headers/*.h" | ||
94 | s.exclude_files = "Classes/Exclude" | 96 | s.exclude_files = "Classes/Exclude" |
95 | 97 | ||
96 | # s.public_header_files = "Classes/**/*.h" | 98 | # s.public_header_files = "Classes/**/*.h" |
-
Please register or login to post a comment