Skip to content

Commit 5fba46b

Browse files
authored
Merge pull request #38 from mergesort/patch-1
Limit source file types to Swift and headers
2 parents baaee60 + 0d675de commit 5fba46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SeedStackViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ StackViewController is a Swift framework that simplifies the process of building
1212
s.author = { "Indragie Karunaratne" => "[email protected]" }
1313
s.source = { :git => "https://github.com/seedco/StackViewController.git", :tag => s.version.to_s }
1414
s.ios.deployment_target = '9.0'
15-
s.source_files = 'StackViewController/**'
15+
s.source_files = 'StackViewController/*.{h,swift}'
1616
s.frameworks = 'UIKit'
1717
end

0 commit comments

Comments
 (0)