Skip to content

Commit ee66d04

Browse files
author
Zev Eisenberg
committed
Include only Swift files in source_files.
1 parent a7db912 commit ee66d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RIGImageGallery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.ios.deployment_target = '9.0'
2020

21-
s.source_files = 'RIGImageGallery', 'RIGImageGallery/**/*'
21+
s.source_files = 'RIGImageGallery', 'RIGImageGallery/**/*.swift'
2222

2323
s.frameworks = 'Foundation', 'UIKit'
2424

0 commit comments

Comments
 (0)