Skip to content

Commit 8dc2da2

Browse files
committed
Fix podspec
1 parent 5b13785 commit 8dc2da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftFlux.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
git: "https://github.com/yonekawa/SwiftFlux.git",
1313
tag: "v0.2.0",
1414
}
15-
s.source_files = "SwiftFlux/*.swift"
15+
s.source_files = "SwiftFlux/**/*.swift"
1616

1717
s.license = {
1818
:type => "MIT",

0 commit comments

Comments
 (0)