We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1421d30 commit df79327Copy full SHA for df79327
QueryKit.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
7
spec.author = { 'Kyle Fuller' => '[email protected]' }
8
spec.social_media_url = 'http://twitter.com/kylefuller'
9
spec.source = { :git => 'https://github.com/kylef/QueryKit.git', :tag => "#{spec.version}" }
10
- spec.source_files = 'QueryKit/*.{h,swift}'
+ spec.source_files = 'QueryKit/*.{h,swift}', 'QueryKit/ObjectiveC/*.{h,m,swift}'
11
spec.requires_arc = true
12
end
13
0 commit comments