Skip to content

Commit

Permalink
e - Fix podspec now that there's no Obj-C
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Aug 6, 2022
1 parent e70896c commit 34c42a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ViewControllerPresentationSpy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '12.0'
s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v6.1.0' }
s.source_files = 'Source/ViewControllerPresentationSpy/*.{h,m,swift}'
s.public_header_files = 'Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h', 'Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h'
s.requires_arc = true
s.swift_version = "5.0"
s.weak_framework = "XCTest"
Expand Down

0 comments on commit 34c42a6

Please sign in to comment.