Skip to content

Commit

Permalink
Merge pull request #1174 from segiddins/segiddins/webkit-framework-dep
Browse files Browse the repository at this point in the history
Specify in podspec that KIF depends on WebKit
  • Loading branch information
dostrander committed Sep 10, 2020
2 parents 6723500 + e36d036 commit d12399c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIF.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = 'Michael Thole', 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v#{ s.version.to_s }" }
s.platform = :ios, '8.0'
s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'XCTest'
s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'WebKit', 'XCTest'
s.default_subspec = 'Core'
s.requires_arc = true
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
Expand Down

0 comments on commit d12399c

Please sign in to comment.