From 145922f8399efb579875d7c853f1c60830bbb520 Mon Sep 17 00:00:00 2001 From: Gareth Reese <8297652+gazreese@users.noreply.github.com> Date: Sat, 4 May 2024 09:56:27 +0100 Subject: [PATCH] Bump Cocoapods to 3.6.0 (#56) --- FlagsmithClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlagsmithClient.podspec b/FlagsmithClient.podspec index 8870116..21e7787 100644 --- a/FlagsmithClient.podspec +++ b/FlagsmithClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'FlagsmithClient' - s.version = '3.5.0' + s.version = '3.6.0' s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.' s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client' s.license = { :type => 'MIT', :file => 'LICENSE' }