We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6723500 commit e36d036Copy full SHA for e36d036
KIF.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.authors = 'Michael Thole', 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
8
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v#{ s.version.to_s }" }
9
s.platform = :ios, '8.0'
10
- s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'XCTest'
+ s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'WebKit', 'XCTest'
11
s.default_subspec = 'Core'
12
s.requires_arc = true
13
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
0 commit comments