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

Commit e760f98

Browse files
authored
Merge pull request #77 from rob-brown/patch-1
Fix podspec file
2 parents 85dfee9 + 5fffa81 commit e760f98

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)