From 11f1ddfb61d11ddb61eba3bad74afe1c114b6f22 Mon Sep 17 00:00:00 2001 From: Haik Aslanyan Date: Mon, 13 Apr 2020 15:06:34 +0400 Subject: [PATCH] added swift versions to podspecs --- RoundCode.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoundCode.podspec b/RoundCode.podspec index b3d698b..5d38121 100644 --- a/RoundCode.podspec +++ b/RoundCode.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.source_files = 'Sources/**/*.swift' s.frameworks = 'UIKit' s.social_media_url = 'http://twitter.com/aslanyanhaik' - s.frameworks = 'UIKit' + s.swift_versions = ['5.1', '5.2'] end