Skip to content

Commit

Permalink
update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed May 11, 2018
1 parent b5961c4 commit 42e9d6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ContentFittingWebView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ Pod::Spec.new do |spec|
spec.summary = 'ARA WKWebView subclass which sizes itself to fit its contents.'
spec.source = { :git => 'https://github.com/Bilue/ContentFittingWebView.git', :tag => 'v1.0.0' }
spec.source_files = 'ContentFittingWebView/**'
spec.framework = 'ContentFittingWebView'
spec.swift_version = '4.1'
spec.ios.deployment_target = '8.0'
spec.ios.framework = 'UIKit'
spec.ios.framework = 'WebKit'
end

0 comments on commit 42e9d6a

Please sign in to comment.