From 1c5122f51206ea86b2301ea8a93e7703617a9b40 Mon Sep 17 00:00:00 2001 From: Ortwin Gentz Date: Wed, 2 Feb 2022 11:17:01 +0100 Subject: [PATCH] Podspec syntax changing the license syntax because Cocoapods doesn't seem to recognize new Ruby Hash literal syntax --- InAppSettingsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InAppSettingsKit.podspec b/InAppSettingsKit.podspec index fd034b81..95208aae 100644 --- a/InAppSettingsKit.podspec +++ b/InAppSettingsKit.podspec @@ -10,7 +10,7 @@ InAppSettingsKit (IASK) is an open source solution to easily add in-app settings s.authors = {"Ortwin Gentz" => "http://www.futuretap.com", "Luc Vandal" => "http://edovia.com/company/#contact_form"} s.social_media_url = 'https://twitter.com/IASettingsKit' s.homepage = 'https://github.com/futuretap/InAppSettingsKit' - s.license = {type: 'BSD', file: 'LICENSE'} + s.license = {:type => 'BSD', :file => 'LICENSE'} s.requires_arc = true s.source = {git: 'https://github.com/futuretap/InAppSettingsKit.git', branch: 'master', tag: s.version.to_s} s.resource_bundles = {"InAppSettingsKit" => "Sources/InAppSettingsKit/Resources/*"}