From 89aaf712aac86581392f18ab11e76978a18462cd Mon Sep 17 00:00:00 2001 From: Baris Date: Mon, 11 Nov 2019 16:07:51 +0100 Subject: [PATCH] Added swift version --- SmartWKWebView.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SmartWKWebView.podspec b/SmartWKWebView.podspec index acf4a97..189b038 100644 --- a/SmartWKWebView.podspec +++ b/SmartWKWebView.podspec @@ -8,8 +8,9 @@ Pod::Spec.new do |s| s.name = 'SmartWKWebView' - s.version = '0.1.1' - s.summary = 'A WKWebView modal to show web pages. Written in Swift' + s.version = '0.1.2' + s.summary = 'A WKWebView modal to show web pages. Swift 5.0' + s.swift_version = '5.0' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus?