Skip to content

Commit df79327

Browse files
committed
[Podspec] Include Objective-C source code
1 parent 1421d30 commit df79327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
77
spec.author = { 'Kyle Fuller' => '[email protected]' }
88
spec.social_media_url = 'http://twitter.com/kylefuller'
99
spec.source = { :git => 'https://github.com/kylef/QueryKit.git', :tag => "#{spec.version}" }
10-
spec.source_files = 'QueryKit/*.{h,swift}'
10+
spec.source_files = 'QueryKit/*.{h,swift}', 'QueryKit/ObjectiveC/*.{h,m,swift}'
1111
spec.requires_arc = true
1212
end
1313

0 commit comments

Comments
 (0)