Skip to content

Commit e36d036

Browse files
committed
Specify in podspec that KIF depends on WebKit
1 parent 6723500 commit e36d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KIF.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.authors = 'Michael Thole', 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
88
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v#{ s.version.to_s }" }
99
s.platform = :ios, '8.0'
10-
s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'XCTest'
10+
s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'WebKit', 'XCTest'
1111
s.default_subspec = 'Core'
1212
s.requires_arc = true
1313
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'

0 commit comments

Comments
 (0)