diff --git a/ContentFittingWebView.podspec b/ContentFittingWebView.podspec index 9be57a0..b582cb7 100644 --- a/ContentFittingWebView.podspec +++ b/ContentFittingWebView.podspec @@ -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