Skip to content

Commit d12399c

Browse files
authored
Merge pull request #1174 from segiddins/segiddins/webkit-framework-dep
Specify in podspec that KIF depends on WebKit
2 parents 6723500 + e36d036 commit d12399c

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)