From ecffa91e77f86b3102b3dcfc46c6749dba22eef5 Mon Sep 17 00:00:00 2001 From: tichise <43707+tichise@users.noreply.github.com> Date: Sat, 10 Jan 2026 11:02:13 +0900 Subject: [PATCH] Bump version to 2.9.0 - Update version from 2.8.3 to 2.9.0 - Update iOS deployment target from 11.0 to 16.0 Co-Authored-By: Claude Opus 4.5 --- MaterialDesignSymbol.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MaterialDesignSymbol.podspec b/MaterialDesignSymbol.podspec index c239427..70442cf 100644 --- a/MaterialDesignSymbol.podspec +++ b/MaterialDesignSymbol.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MaterialDesignSymbol' - s.version = '2.8.3' + s.version = '2.9.0' s.license = { :type => "MIT", :text => <<-LICENSE @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.author = "Takuya Ichise" s.source = { :git => 'https://github.com/tichise/MaterialDesignSymbol.git', :tag => s.version } - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '16.0' s.swift_versions = '5.0' s.source_files = 'Sources/MaterialDesignSymbol/*.swift' s.requires_arc = true