Skip to content

Commit 0d675de

Browse files
authored
Fixing extra ** file path in podspec
1 parent 5aab1e1 commit 0d675de

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/**/*.{h,swift}'
15+
s.source_files = 'StackViewController/*.{h,swift}'
1616
s.frameworks = 'UIKit'
1717
end

0 commit comments

Comments
 (0)