From 64821a8af3f8c914ede0b431431e4a3d6e925225 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Wed, 12 Feb 2020 19:27:33 +0100 Subject: [PATCH] Update podspec --- CountryPickerView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index 7c201a2..92a2e8c 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |spec| spec.name = "CountryPickerView" - spec.version = "3.0.7" + spec.version = "3.0.8" spec.summary = "A simple, customizable view for selecting countries in iOS apps." spec.homepage = "https://github.com/kizitonwose/CountryPickerView" spec.license = "MIT" spec.author = { "Kizito Nwose" => "kizitonwose@gmail.com" } spec.platform = :ios, "8.0" - spec.swift_version = '5.0' + spec.swift_versions = ['5.0'] spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version } spec.source_files = "CountryPickerView/**/*.{swift}" spec.resource_bundles = {