Skip to content

Commit

Permalink
Merge pull request #29 from AutoScout24/pod-ios7
Browse files Browse the repository at this point in the history
WebKit must be weak, because it is not available on iOS 7
  • Loading branch information
roustem committed Aug 1, 2014
2 parents dab30f6 + a7a700c commit 4b65008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1PasswordExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/AgileBits/onepassword-app-extension.git", :tag => s.version }
s.platform = :ios, 7.0
s.source_files = "*.{h,m}"
s.frameworks = [ "UIKit", "WebKit" ]
s.frameworks = "UIKit"
s.weak_framework = "WebKit"
s.exclude_files = "Demos"
s.resources = "1Password.xcassets"
s.requires_arc = true
Expand Down

0 comments on commit 4b65008

Please sign in to comment.