Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 5fffa81

Browse files
authored
Fix podspec file
`s.source_files` was referencing a nonexistent directory.
1 parent 85dfee9 commit 5fffa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HubFramework.podspec

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

2424
s.source = { :git => "https://github.com/spotify/HubFramework.git", :tag => s.version }
25-
s.source_files = "include/HubFramework/*.h", "HubFramework/*.{h,m}"
25+
s.source_files = "include/HubFramework/*.h", "sources/*.{h,m}"
2626
s.public_header_files = "include/HubFramework/*.h"
2727
s.frameworks = "UIKit", "SystemConfiguration"
2828
s.xcconfig = {

0 commit comments

Comments
 (0)