From 63b6257500c2df1695d461dbfe37181b622457a9 Mon Sep 17 00:00:00 2001 From: Ciprian Redinciuc Date: Tue, 24 Sep 2019 14:45:52 +0300 Subject: [PATCH] Update FlagKit.podspec Add swift_versions to podspec file to avoid build failures with CocoaPods 1.8.0 --- FlagKit.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/FlagKit.podspec b/FlagKit.podspec index 5d85adea..357d77dd 100644 --- a/FlagKit.podspec +++ b/FlagKit.podspec @@ -2,6 +2,7 @@ Pod::Spec.new do |s| s.name = "FlagKit" s.version = "2.2" s.summary = "Beautiful flag icons for usage in apps and on the web." + s.swift_versions = ['3.2', '4.0', '4.2', '5.0'] s.homepage = "https://github.com/madebybowtie/FlagKit" s.license = { :type => "MIT", :file => "LICENSE" }