Skip to content

Commit b9e068a

Browse files
committed
[Podspec] Remove swift sources
Makes no sense since CocoaPods doesn’t yet support Swift
1 parent 967b4d7 commit b9e068a

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}', 'QueryKit/ObjectiveC/*.{h,m,swift}'
10+
spec.source_files = 'QueryKit/*.{h}', 'QueryKit/ObjectiveC/*.{h,m}'
1111
spec.requires_arc = true
1212
end
1313

0 commit comments

Comments
 (0)